Created
June 12, 2014 12:55
-
-
Save Sacristan/c71ec56a7e8d72b724bf to your computer and use it in GitHub Desktop.
check unix relative dir disk space
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
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