Skip to content

Instantly share code, notes, and snippets.

@nghuuphuoc
Created January 8, 2014 02:55
Show Gist options
  • Save nghuuphuoc/8311022 to your computer and use it in GitHub Desktop.
Save nghuuphuoc/8311022 to your computer and use it in GitHub Desktop.
Remove .svn files recursively
$ find . -name .svn -exec rm -rf {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment