Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created March 3, 2014 22:15
Show Gist options
  • Save anytizer/9335810 to your computer and use it in GitHub Desktop.
Save anytizer/9335810 to your computer and use it in GitHub Desktop.
Removes all .svn folders in current path.
rm -rf `find . -type d -name .svn`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment