-
-
Save socke/ac4649a9d5481cdc410b73487493ffa9 to your computer and use it in GitHub Desktop.
Fix OneDrive for Mac CPU usage
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
| #!/bin/bash | |
| # seems to work | |
| find ~/Library/Group\ Containers/ -type d -name OfficeFileCache -exec rm -r {} + | |
| # seems to work on Catalina | |
| find ~/Library/Containers/ -type d -name OfficeFileCache -exec rm -r {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment