Linux删除空文件 空文件夹 find . -name "*" -type f -size 0c|xargs -n 1 rm -ffind -type d -empty|xargs -n 1 rm -rf 相关文章: