Skip to content

Instantly share code, notes, and snippets.

@drobinson
Created September 6, 2013 16:53
Show Gist options
  • Save drobinson/6466550 to your computer and use it in GitHub Desktop.
Save drobinson/6466550 to your computer and use it in GitHub Desktop.
Recursively remove all .svn directories under the current directory
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