Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created January 12, 2014 06:08
Show Gist options
  • Save birchestx/8381573 to your computer and use it in GitHub Desktop.
Save birchestx/8381573 to your computer and use it in GitHub Desktop.
Remove all svn directories
find . -name .svn -type d -print0 |xargs -0 rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment