学海无涯 个人blog lnmps.com 新站
发布时间:2013-03-19 20:33:54
1 shell 的$! ,$?, $$,$@$n $1 the first parameter,$2 the second...$# The number of command-line parameters.$0 The name of current program.........【阅读全文】
发布时间:2013-03-19 18:37:48
(2010-09-01 16:54:25)转载▼分类: Linux xargs和-exec在使用find命令的-exec选项处理匹配到的文件时,find命令将所有匹配到的文件一起传递给exec执行。但有些系统对能够传递给exec的命令长度有限制,这样在find命令运行几分钟之后,就会出现溢.........【阅读全文】