Skip to content

Instantly share code, notes, and snippets.

@jovianlin
Created November 14, 2016 02:43
Show Gist options
  • Save jovianlin/049be8fdc8e2fa6e5b630e221cf78b28 to your computer and use it in GitHub Desktop.
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)
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