> perl -pi -e 's#phpdoc/(de)#phpdoc-$1#' `find de -name Repository` > > (sorry windows users, you'll have to figure out how to do the equivalent > or hope someone else posts instructions.)
This thing deleted all Repository files from my hu dir, so be careful with that. I am using Cygwin (on windows). I received this kind of errors: | Can't do inplace edit on hu/appendices/CVS/Repository: Permission denied. | Can't do inplace edit on hu/chapters/CVS/Repository: Permission denied. | Can't do inplace edit on hu/CVS/Repository: Permission denied. For windows users: What the above line does is to find all Repository files, and replace phpdoc/de with phpdoc-de in those files. So this can be done quickly with a prog with multifile replace capabilities. Goba
