Created
April 3, 2026 18:27
-
-
Save twhitt14/e8bb79b08f9c3c5e2e829f6aa1b71ca6 to your computer and use it in GitHub Desktop.
Remove iCloud Downloads
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
| # navigate to the folder you want to clear downloads from, then run this command (it will find all files in subfolders) | |
| find . -type f -exec brctl evict '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment