2017-03-09 45 views

回答

0

truncate以清除文件替換echo和使用發現的,而不是-exec管道到xargs

find . -type f -name "*.txt" -exec truncate -s 0 {} \;

相關問題