Skip to content

Instantly share code, notes, and snippets.

@digitalex
Created March 16, 2012 11:13
Show Gist options
  • Save digitalex/2049637 to your computer and use it in GitHub Desktop.
Save digitalex/2049637 to your computer and use it in GitHub Desktop.
Delete empty files
find . -size 0k -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment