Skip to content

Instantly share code, notes, and snippets.

@kimjoar
Created April 5, 2009 12:46
Show Gist options
  • Save kimjoar/90438 to your computer and use it in GitHub Desktop.
Save kimjoar/90438 to your computer and use it in GitHub Desktop.
# Recursively remove all SVN folders
find . -name .svn -print0 | xargs -0 rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment