Skip to content

Instantly share code, notes, and snippets.

@lucasmezencio
Created August 10, 2012 14:23
Show Gist options
  • Save lucasmezencio/3314588 to your computer and use it in GitHub Desktop.
Save lucasmezencio/3314588 to your computer and use it in GitHub Desktop.
Remove all SVN folders recursively from a folder
find . -name ".svn" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment