Return to Snippet

Revision: 30916
at August 25, 2010 07:31 by raphaelcangucu


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

Initial URL

                                

Initial Description

                                

Initial Title
Remove SVN files recursive

Initial Tags
svn, files

Initial Language
Bash