Skip to content

Instantly share code, notes, and snippets.

@bjdixon
Created November 29, 2018 04:36
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 bjdixon/f30d35fa769192d78c96ef53a6c7a27a to your computer and use it in GitHub Desktop.
Save bjdixon/f30d35fa769192d78c96ef53a6c7a27a to your computer and use it in GitHub Desktop.
Track down where your disk space has gone
sudo du -cha --max-depth=1 / | grep -E "M|G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment