Skip to content

Instantly share code, notes, and snippets.

@paulboardman
Created June 4, 2013 16:18
Show Gist options
  • Save paulboardman/5707271 to your computer and use it in GitHub Desktop.
Save paulboardman/5707271 to your computer and use it in GitHub Desktop.
Find and delete empty files (using 'find')
find . -empty -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment