Created
October 21, 2019 06:16
-
-
Save stepansib/54855af0e240510efad5254ca46c5e9d to your computer and use it in GitHub Desktop.
#linux get directories 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 -chd 1 | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment