Skip to content

Instantly share code, notes, and snippets.

@sgraham785
Created January 21, 2015 20:02
Show Gist options
  • Save sgraham785/e04106d1f69cf04f1203 to your computer and use it in GitHub Desktop.
Save sgraham785/e04106d1f69cf04f1203 to your computer and use it in GitHub Desktop.
Recursively rm .svn
find . -type d -name .svn -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment