# How to perform batch remove download from iCloud in MacOS

```bash
$ sudo killall bird
$ cd ~/Library/Mobile\ Documents/com\~apple\~CloudDocs
$ find . -type f -exec brctl evict {} \;
```

### Reference:

[https://www.reddit.com/r/osx/comments/vftz9d/how\_to\_stop\_macbook\_from\_downloading\_the\_entire/?utm\_source=share&utm\_medium=web3x&utm\_name=web3xcss&utm\_term=1&utm\_content=share\_button](https://www.reddit.com/r/osx/comments/vftz9d/how_to_stop_macbook_from_downloading_the_entire/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button)
