Created
November 28, 2010 03:28
-
-
Save crofty/718552 to your computer and use it in GitHub Desktop.
Show every dir taking up more than 1MB
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
du -h / | egrep "^[0-9].*[MG][[:space:]]" | more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment