date显示当前日期

echo `date +%F\ %T` 

查找当前文件数量

echo `find ./ -type f -print|wc -l`

猜你喜欢

转载自scm002.iteye.com/blog/2347600