Skip to content

Instantly share code, notes, and snippets.

@Olical
Created July 14, 2011 14:18
Show Gist options
  • Save Olical/1082533 to your computer and use it in GitHub Desktop.
Save Olical/1082533 to your computer and use it in GitHub Desktop.
An example of find and exec
find . -type f -name ._* -exec git rm {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment