Created
July 17, 2017 16:46
-
-
Save vjk2005/e6cf7987cb8870d9e00057e49b0751c5 to your computer and use it in GitHub Desktop.
sort folders in a folder by file 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
du -sh */ | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment