Last active
January 30, 2024 02:51
-
-
Save alsotang/093198f46a8658b3b68a93d633aac95d to your computer and use it in GitHub Desktop.
Release all local copy of iCloud drive. Run this script in a certain iCloud drive dir.
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
find . -type f ! -name '*.icloud' ! -name '.DS_Store' -exec brctl evict {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment