211117-1304 delete all empty files in folder
find -size 0 -print -delete
, or find /foldername -size 0 -print -delete
.1
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus
In the middle of the desert you can say anything you want
find -size 0 -print -delete
, or find /foldername -size 0 -print -delete
.1