Skip to content

Instantly share code, notes, and snippets.

@tatze
Created January 6, 2019 13:40
Show Gist options
  • Save tatze/59125591ca713548fa0b96929782dbca to your computer and use it in GitHub Desktop.
Save tatze/59125591ca713548fa0b96929782dbca to your computer and use it in GitHub Desktop.
remove all that apple related ._ files
find . -iname '._*' -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment