find . -type f -size 0 -print0 | xargs -0 rm -f

Tags: , , , , ,