Skip to content

Instantly share code, notes, and snippets.

@Evan-R
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save Evan-R/10029477 to your computer and use it in GitHub Desktop.

Select an option

Save Evan-R/10029477 to your computer and use it in GitHub Desktop.
recursively delete .svn directories (and contents)
find . -name .svn -exec rm -rf '{}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment