find . -name "*" -type f -size 0c | xargs -n 1 rm -f
标签: linux xargs
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.isres.com/linux/130.html
find . -name "*" -type f -size 0c | xargs -n 1 rm -f
标签: linux xargs
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.isres.com/linux/130.html