Last active
October 7, 2015 08:37
-
-
Save dwo/3135709 to your computer and use it in GitHub Desktop.
what's taking up all the space?
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 -sm * | sort -nr | head -25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cribbed from http://www.informit.com/articles/article.aspx?p=30599&seqNum=3 -- I use this all the time