Skip to content

Instantly share code, notes, and snippets.

@davidalexander
Created July 16, 2011 15:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidalexander/1086434 to your computer and use it in GitHub Desktop.
Save davidalexander/1086434 to your computer and use it in GitHub Desktop.
Recursively Delete .svn Directories
find . -type d -name .svn -exec rm -rfv {} \;
@davidalexander
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment