Skip to content

Instantly share code, notes, and snippets.

@williamdodson
Created July 15, 2011 21:30
Show Gist options
  • Save williamdodson/1085582 to your computer and use it in GitHub Desktop.
Save williamdodson/1085582 to your computer and use it in GitHub Desktop.
Recursively Remove Subversion .svn Folders
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