摘要: 可以使用 xargs 命令来批量处理,代码如下: $ find . -name '*' -type f -size 0c | xargs rm -f 阅读全文
posted @ 2016-03-21 17:38 噜噗 阅读(275) 评论(0) 推荐(0) 编辑