Skip to content

Instantly share code, notes, and snippets.

@vremy
Created July 28, 2015 08:09
Show Gist options
  • Save vremy/f7c1892517127870a210 to your computer and use it in GitHub Desktop.
Save vremy/f7c1892517127870a210 to your computer and use it in GitHub Desktop.
Remove files greater than one MB
find . -size +1M -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment