摘要:
find命令用法: 01--过滤日志find -name "catelina.*.out"|xargs -f |grep '关键字' 02 -忽略一个目录或者多个目录find ./ ! -path "./output/*" ! -path "./output1/*" -type f | xargs 阅读全文
posted @ 2017-12-11 01:04
小强找BUG
阅读(1103)
评论(0)
推荐(0)