Last active
January 18, 2018 19:51
-
-
Save ebattenberg/16183881171768fdaa9c to your computer and use it in GitHub Desktop.
Linux: sort directories by size
This file contains hidden or 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
# 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