Nov 8
Posted by Tom in Reminders | 1 Comment
find . -type f -size 0 -print0 | xargs -0 rm -f
Tags: delete, files, find, length, linux, zero