Skip to content

Instantly share code, notes, and snippets.

@jgagner
Created June 18, 2013 20:50
Show Gist options
  • Save jgagner/5809237 to your computer and use it in GitHub Desktop.
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
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