Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created July 21, 2015 22:25
Show Gist options
  • Save cmpscabral/247a3a0ae899d57b0532 to your computer and use it in GitHub Desktop.
Save cmpscabral/247a3a0ae899d57b0532 to your computer and use it in GitHub Desktop.
remove svn files
find . -name .svn -print0 | xargs -0 rm -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment