Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Created August 21, 2012 18:56
Show Gist options
  • Save waynegraham/3418336 to your computer and use it in GitHub Desktop.
Save waynegraham/3418336 to your computer and use it in GitHub Desktop.
Remove .svn files
find . -name ".svn" -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment