Last active
November 24, 2021 07:50
-
-
Save loburets/76edd0c55f3069a65e341b351be27405 to your computer and use it in GitHub Desktop.
check mac folders 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 * | |
# OR | |
sudo du -hs * | sort -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To clear it: https://gist.github.com/loburets/0c7fed6d07a93da2029471dd79fadd85