Skip to content

Instantly share code, notes, and snippets.

@iLoveTux
Created May 17, 2015 12:46
(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