Last active
December 11, 2015 20:59
-
-
Save kany/4659008 to your computer and use it in GitHub Desktop.
Look for items hogging disk space on Mac
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
Change to root directory | |
1) cd / | |
See size of each file/folder in directory with sorting | |
2) sudo du -sh * | sort -gr | |
If /SomeFolder is over 1gb | |
3) cd SomeFolder && sudo du -sh * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment