Skip to content

Instantly share code, notes, and snippets.

@ebattenberg
Last active January 18, 2018 19:51
Show Gist options
  • Save ebattenberg/16183881171768fdaa9c to your computer and use it in GitHub Desktop.
Save ebattenberg/16183881171768fdaa9c to your computer and use it in GitHub Desktop.
Linux: sort directories by size
# sort directories contained in current directory by size
alias dirsort='du -d 1 -h ./ | sort -h -r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment