Return to Snippet

Revision: 40233
at January 27, 2011 22:07 by metadan


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

Initial URL


Initial Description


Initial Title
Remove all .svn folders in a directory tree

Initial Tags
svn

Initial Language
Bash