Skip to content

Instantly share code, notes, and snippets.

@yehosef
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yehosef/c2dbdd45ed83723fdc56 to your computer and use it in GitHub Desktop.
Save yehosef/c2dbdd45ed83723fdc56 to your computer and use it in GitHub Desktop.
delete files smaller than x b
find . -size -$1b -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment