Skip to content

Instantly share code, notes, and snippets.

@jaydp17
Last active August 29, 2015 14:15
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 jaydp17/16a039d47ce1237ec6a1 to your computer and use it in GitHub Desktop.
Save jaydp17/16a039d47ce1237ec6a1 to your computer and use it in GitHub Desktop.
A command to see which folder/files are eating up the disk space
sudo du -d 5 -h -x / | grep '^\s*[0-9\.]\+G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment