Skip to content

Instantly share code, notes, and snippets.

@da-ar
Created May 9, 2013 09:49
Show Gist options
  • Save da-ar/5546616 to your computer and use it in GitHub Desktop.
Save da-ar/5546616 to your computer and use it in GitHub Desktop.
Remove .svn folders recursively
find -name .svn | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment