Skip to content

Instantly share code, notes, and snippets.

@jackyueq
Created March 17, 2013 00:34
Show Gist options
  • Save jackyueq/5178997 to your computer and use it in GitHub Desktop.
Save jackyueq/5178997 to your computer and use it in GitHub Desktop.
Remove empty files
find . -maxdepth 1 -type f -empty -exec rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment