Created
June 18, 2013 20:50
-
-
Save jgagner/5809237 to your computer and use it in GitHub Desktop.
Ordering du by size. Found on the internet here http://ubuntuforums.org/showthread.php?t=885344
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
du -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment