How to perform batch remove download from iCloud in MacOS
Updated
•1 min read$ sudo killall bird
$ cd ~/Library/Mobile\ Documents/com\~apple\~CloudDocs
$ find . -type f -exec brctl evict {} \;
Search for a command to run...
$ sudo killall bird
$ cd ~/Library/Mobile\ Documents/com\~apple\~CloudDocs
$ find . -type f -exec brctl evict {} \;