Last active
January 3, 2017 03:40
-
-
Save xeiter/f0e69e8ca515a1abab3953a5415851e7 to your computer and use it in GitHub Desktop.
Check disk usage in Ubuntu
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
#!/bin/sh | |
sudo du -hd 1 | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment