Created
April 8, 2025 12:00
-
-
Save cheldernunes/856ce33757429240ca9c8d23ef23144b to your computer and use it in GitHub Desktop.
find larges folders on Mac OSX
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
# run this commmand in bash to list 20 big folders | |
sudo du -h -d 1 . 2>/dev/null | sort -hr | head -n 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try run in ~/Library/Caches