# iCloud - iOS does not support batch remove download. - Therefore, it makes sense to put _most_ of the files under subfolders instead of root directory. Occasional folders under root is still acceptable. ```zsh find . -type f -exec brctl evict {} \; ``` Use the above command to evict all files.