Created
June 13, 2018 22:24
-
-
Save masters3d/5977a1c30f948d246fb89cac984d717c to your computer and use it in GitHub Desktop.
Get the size of subfolders in the current dir
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 --block-size=G . | sort -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment