Skip to content

Instantly share code, notes, and snippets.

@loburets
Last active November 24, 2021 07:50
Show Gist options
  • Save loburets/76edd0c55f3069a65e341b351be27405 to your computer and use it in GitHub Desktop.
Save loburets/76edd0c55f3069a65e341b351be27405 to your computer and use it in GitHub Desktop.
check mac folders size
du -sh *
# OR
sudo du -hs * | sort -h
@loburets
Copy link
Author

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