Skip to content

Instantly share code, notes, and snippets.

@h2rd
Created December 5, 2012 23:46
Show Gist options
  • Select an option

  • Save h2rd/4220577 to your computer and use it in GitHub Desktop.

Select an option

Save h2rd/4220577 to your computer and use it in GitHub Desktop.
remove .svn folders in subdirectories
find . -name ".svn" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment