Created
November 14, 2016 02:43
-
-
Save jovianlin/049be8fdc8e2fa6e5b630e221cf78b28 to your computer and use it in GitHub Desktop.
Tracking down where disk space has gone in Linux (http://unix.stackexchange.com/a/125433)
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
du -h <dir> | grep '[0-9\.]\+G' | |
# e.g.: | |
# du -h /home/peterparker | grep '[0-9\.]\+G' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment