Skip to content

Instantly share code, notes, and snippets.

@kell05
Created September 27, 2012 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kell05/3793858 to your computer and use it in GitHub Desktop.
Save kell05/3793858 to your computer and use it in GitHub Desktop.
Order files by disk usage
alias orderbysize="du --max-depth=1 -k | sort -nr | cut -f2 | xargs -d '\n' du -sh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment