Created
March 16, 2015 17:51
-
-
Save dtateii/f14263454c68123ff45c to your computer and use it in GitHub Desktop.
List largest directories
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 -k /Documents/ | sort -n | tail -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Better option:
yum install ncdu
ncdu