Skip to content

Instantly share code, notes, and snippets.

@kell05
Created September 27, 2012 12:59
Show Gist options
  • 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