Return to Snippet

Revision: 3620
at August 23, 2007 01:24 by yuconner


Initial Code
find . -name ".svn" -exec rm -rf {} \;

Initial URL
http://snippets.dzone.com/posts/show/2486

Initial Description


Initial Title
Remove all .svn folders in a directory tree

Initial Tags
svn

Initial Language
Bash