Return to Snippet

Revision: 31711
at September 11, 2010 04:51 by boetech


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

Initial URL


Initial Description


Initial Title
Find & Delete .svn directories

Initial Tags


Initial Language
Bash