Single command to find and delete all empty files in a directory

find /tmp/testing/ -empty -delete


No comments: