Skip to content

Instantly share code, notes, and snippets.

@kany
Last active December 11, 2015 20:59
Show Gist options
  • Save kany/4659008 to your computer and use it in GitHub Desktop.
Save kany/4659008 to your computer and use it in GitHub Desktop.
Look for items hogging disk space on Mac
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