Skip to content

Instantly share code, notes, and snippets.

@zwang
Created July 8, 2012 19:57
Show Gist options
  • Save zwang/3072571 to your computer and use it in GitHub Desktop.
Save zwang/3072571 to your computer and use it in GitHub Desktop.
Quickly Remove all the .svn folders recursively in a Mac OS X System
find ./ -name ".svn" | xargs rm -Rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment