Skip to content

Instantly share code, notes, and snippets.

@josuecau
Last active December 20, 2015 04:18
Show Gist options
  • Save josuecau/6069360 to your computer and use it in GitHub Desktop.
Save josuecau/6069360 to your computer and use it in GitHub Desktop.
Remove OSX resource forks ._ files
find . -name ._\* -exec rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment