Skip to content

Instantly share code, notes, and snippets.

@minimaldesign
Created July 17, 2009 03:35
Show Gist options
  • Save minimaldesign/148845 to your computer and use it in GitHub Desktop.
Save minimaldesign/148845 to your computer and use it in GitHub Desktop.
remove SVN folders recursively
find . -type d -name '.svn' -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment