Skip to content

Instantly share code, notes, and snippets.

@tbalthazar
Created November 17, 2008 14:05
Show Gist options
  • Save tbalthazar/25769 to your computer and use it in GitHub Desktop.
Save tbalthazar/25769 to your computer and use it in GitHub Desktop.
# delete all the ._ files (recursive)
find . -name "._*" -print | xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment