Skip to content

Instantly share code, notes, and snippets.

@twhitt14
Created April 3, 2026 18:27
Show Gist options
  • Select an option

  • Save twhitt14/e8bb79b08f9c3c5e2e829f6aa1b71ca6 to your computer and use it in GitHub Desktop.

Select an option

Save twhitt14/e8bb79b08f9c3c5e2e829f6aa1b71ca6 to your computer and use it in GitHub Desktop.
Remove iCloud Downloads
# 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