Created
September 10, 2019 06:33
-
-
Save arcaduf/f343a516ee72a7df698b73a8f4916ffe to your computer and use it in GitHub Desktop.
Order folders in directory with respect to size
This file contains 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
du -H --max-depth=1 ./ | sort -n -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment