https://lpdaac.usgs.gov/node/838 Description The MOD13A1 Version 6 product provides a Vegetation Index (VI) value at a per pixel basis. There are two primary vegetation layers. The algorithm for this product chooses the best available pixel value fro…
总结 Don't use a piping operator, which is what ">" Redirection is. 不要使用管道运算符,即“>”. Display text 文本显示 To display a text on screen we have the ECHO command: ECHO Hello world This will show the following text on screen: Hello world When I say…
../ 上一级目录 ./ 当前路径 ~ 返回到家目录 - 两个目录之间进行快速切换 An argument of - is equivalent to $OLDPWD(环境变量) 补充说明: [root@oldboyedu tmp]# cd $OLDPWD [root@oldboyedu oldboy]# cd $OLDPWD [root@oldboyedu tmp]# cd $OLDPWD [root@oldboyedu oldboy]# echo $OLDPWD /tmp [root@old…