Skip to content

Instantly share code, notes, and snippets.

@cheldernunes
Created April 8, 2025 12:00
Show Gist options
  • Save cheldernunes/856ce33757429240ca9c8d23ef23144b to your computer and use it in GitHub Desktop.
Save cheldernunes/856ce33757429240ca9c8d23ef23144b to your computer and use it in GitHub Desktop.
find larges folders on Mac OSX
# run this commmand in bash to list 20 big folders
sudo du -h -d 1 . 2>/dev/null | sort -hr | head -n 20
@cheldernunes
Copy link
Author

try run in ~/Library/Caches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment