Skip to content

Instantly share code, notes, and snippets.

@trapp
Created August 10, 2011 12:23
Show Gist options
  • Save trapp/1136675 to your computer and use it in GitHub Desktop.
Save trapp/1136675 to your computer and use it in GitHub Desktop.
Delete .svn folders recursively
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