On Thu, 5 Sep 2002, Rich Bowen wrote:

> On Thu, 5 Sep 2002, Luiz Rocha wrote:
>
> > >    But let's keep it around until the xml conversion is finished and we
> > > can update the release process accordingly.
> >
> >   How many files need to be converted to XML? Exactly?
>
> There's quite a few of them. Don't know exact count. I'm working on the
> howto/ directory, because that's sort of "my" stuff. Of course, if you
> get to it before I do, that's fine too.
>
> My unscientific count is:
>
> [EMAIL PROTECTED]:~/devel/apache/httpd-docs-2.0% ls -alR | grep -c '.html.en'
> 152
> [EMAIL PROTECTED]:~/devel/apache/httpd-docs-2.0% ls -alR | grep '.xml' |
> grep -cv '.xml.ja'
> 90
>
> Of course, that's not right, since there are .xml files that are not
> english and not japanese, but not many. And for some reason, egrep is
> not doing end-of-line matching the way I thought it did.

OK, this is better:

[EMAIL PROTECTED]:~/devel/apache/httpd-docs-2.0% ls -alR | egrep -E '\.xml'
 | grep -cv '\.xml\.'
85

So that leaves 67 files that still need converted. In English, at least.

-- 
Rich Bowen - [EMAIL PROTECTED]
As we trace our own few circles around the sun
We get it backwards and our seven years go by like one
        Dog Years (Rush - Test for Echo - 1999)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to