摘要:
shell编程入门 http://www.runoob.com/linux/linux-shell-variable.html http://c.biancheng.net/cpp/shell/ 1.查找当前目录中所有大于500M的文件,把这些文件名写到一个文本文件中,并统计其个数。 find ./ -size +500M -type f | tee file_list | wc -l 2... 阅读全文
posted @ 2018-12-14 11:31
_liulin
阅读(523)
评论(0)
推荐(0)