Skip to content

Instantly share code, notes, and snippets.

@warriorg
Created August 31, 2013 03:36
Show Gist options
  • Save warriorg/6396078 to your computer and use it in GitHub Desktop.
Save warriorg/6396078 to your computer and use it in GitHub Desktop.
bash:删除 .svn目录
find . -name .svn -print0 | xargs -0 rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment