Skip to content

Instantly share code, notes, and snippets.

@socke
Forked from drblue/fix_onedrive.sh
Created January 20, 2020 20:16
Show Gist options
  • Save socke/ac4649a9d5481cdc410b73487493ffa9 to your computer and use it in GitHub Desktop.
Save socke/ac4649a9d5481cdc410b73487493ffa9 to your computer and use it in GitHub Desktop.
Fix OneDrive for Mac CPU usage
#!/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