Skip to content

Instantly share code, notes, and snippets.

@rainly
Forked from Suave/删除所有 .svn 目录
Created March 17, 2011 10:19
Show Gist options
  • Save rainly/874108 to your computer and use it in GitHub Desktop.
Save rainly/874108 to your computer and use it in GitHub Desktop.
find . -type d -name ".svn"|xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment