Skip to content

Instantly share code, notes, and snippets.

@blacklee
Created June 8, 2013 02:52
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 blacklee/5733799 to your computer and use it in GitHub Desktop.
Save blacklee/5733799 to your computer and use it in GitHub Desktop.
big files by find command.
sudo find / -size +200M -ls
sudo find / -size +200M -size -500M -ls
@blacklee
Copy link
Author

blacklee commented Jun 8, 2013

200M

200M && < 500M

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment