Created
May 30, 2016 02:16
-
-
Save kevingo/b7e631e516f20bddda7c9d6ce284d1eb to your computer and use it in GitHub Desktop.
List directories and sort 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
| #!/bin/bash | |
| du -h --max-depth=1 | sort -hr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment