Skip to content

Instantly share code, notes, and snippets.

@mischah
Created October 15, 2011 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mischah/1289555 to your computer and use it in GitHub Desktop.
Save mischah/1289555 to your computer and use it in GitHub Desktop.
Recursively delete .svn directories
cd FOLDER
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