Created
July 28, 2015 08:09
-
-
Save vremy/f7c1892517127870a210 to your computer and use it in GitHub Desktop.
Remove files greater than one MB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -size +1M -exec rm -f {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment