Created
October 24, 2025 13:11
-
-
Save maxgfr/e04b875d672bf71cf93c657259427155 to your computer and use it in GitHub Desktop.
Command to remove all cache on macos
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
| rm -rf ~/Library/Caches/* && sudo rm -rf /Library/Caches/* /System/Library/Caches/* && killall Finder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment