DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Recursively Removing .svn Folders From .
// description of your code here
//"recursively removing .svn folders from" pwd rm -rf `find . -type d -name .svn`






Comments
Snippets Manager replied on Tue, 2007/06/05 - 11:43am