Created
August 3, 2018 04:25
-
-
Save roylee0704/1ce6421a8500b28ae538f6797cc20916 to your computer and use it in GitHub Desktop.
docker
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
brew cleanup --prune=0 | |
rm -rf /var/folders/* | |
See also: `brew cleanup --prune=0` to reclaim disk space. | |
And `rm -rf /var/folders/*` to remove orphaned temp files. | |
manju16832003 [12:23 PM] | |
:fidget_spinner: Yes, that's helpful. | |
angch [12:24 PM] | |
I prefer omnidisksweeper to look for disk space usage, but others prefer... kejap looking up... | |
Or just `du -sk * | sort -n` | |
GrandPerspective |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment