Skip to content

Instantly share code, notes, and snippets.

@mporcheron
Created October 15, 2022 12:21
Show Gist options
  • Save mporcheron/5abacdf98a7b05f42132b9274d3b728b to your computer and use it in GitHub Desktop.
Save mporcheron/5abacdf98a7b05f42132b9274d3b728b to your computer and use it in GitHub Desktop.
Recursively remove iCloud Drive downloaded filed on macOS
find . -type f -not -name "*.icloud" -exec brctl evict {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment