Skip to content

Instantly share code, notes, and snippets.

@fedecarg
Created March 8, 2013 12:19
Show Gist options
  • Save fedecarg/5116101 to your computer and use it in GitHub Desktop.
Save fedecarg/5116101 to your computer and use it in GitHub Desktop.
Recursively remove SVN directories
rm -rf `find . -type d -name .svn`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment