Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created July 4, 2013 03:05
Show Gist options
  • Save ytkhs/5924620 to your computer and use it in GitHub Desktop.
Save ytkhs/5924620 to your computer and use it in GitHub Desktop.
.svn ディレクトリを再帰的に削除する
find . -name .svn -type d | xargs rm -fr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment