Skip to content

Instantly share code, notes, and snippets.

@shmaltorhbooks
Created May 10, 2013 11:29
Show Gist options
  • Save shmaltorhbooks/5553850 to your computer and use it in GitHub Desktop.
Save shmaltorhbooks/5553850 to your computer and use it in GitHub Desktop.
remove .svn recursively
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