Created
October 15, 2015 17:50
-
-
Save shiroyuki/174993b04f33c9ccf821 to your computer and use it in GitHub Desktop.
The script to check the disk usage
This file contains 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/bash | |
du --max-depth=1 2> /dev/null | sort -n -r | head -n20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment