Created
June 2, 2014 10:36
-
-
Save raggleton/259db0bcd25975dd62fc to your computer and use it in GitHub Desktop.
Deletes empty files in the current directory. -type f required as directories have size 0 even if not empty!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -empty -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment