Created
November 29, 2018 04:36
-
-
Save bjdixon/f30d35fa769192d78c96ef53a6c7a27a to your computer and use it in GitHub Desktop.
Track down where your disk space has gone
This file contains 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
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