Skip to content

Instantly share code, notes, and snippets.

@brentertz
Created April 6, 2011 18:21
Show Gist options
  • Save brentertz/906208 to your computer and use it in GitHub Desktop.
Save brentertz/906208 to your computer and use it in GitHub Desktop.
Remove .svn directories
find . -name ".svn" -type f -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment