Skip to content

Instantly share code, notes, and snippets.

@apisznasdin
Created October 11, 2013 04:11
Show Gist options
  • Save apisznasdin/6929469 to your computer and use it in GitHub Desktop.
Save apisznasdin/6929469 to your computer and use it in GitHub Desktop.
Recursively Delete .svn Directories
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