Skip to content

Instantly share code, notes, and snippets.

@iLoveTux
Created May 17, 2015 12:46
Show Gist options
  • Save iLoveTux/290457feb385b5788f48 to your computer and use it in GitHub Desktop.
Save iLoveTux/290457feb385b5788f48 to your computer and use it in GitHub Desktop.
(Linux) Where is my disk space being used
sudo du -h / | cut --delimiter $'\t' -f 1,2 | grep G$'\t'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment