Created
October 1, 2016 03:27
-
-
Save SkaTeMasTer/eb440a667cccedd4b774a4fe0a045155 to your computer and use it in GitHub Desktop.
Commands to see where you space is being used.
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
# disk usage recursive | |
sudo du / -h --si --max-depth=3 | grep '[0-9]G\>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment