Skip to content

Instantly share code, notes, and snippets.

@raggleton
Created June 2, 2014 10:36
Show Gist options
  • Save raggleton/259db0bcd25975dd62fc to your computer and use it in GitHub Desktop.
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!
find . -type f -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment