Re: [PATCHES] OS/X startup scripts - Mailing list pgsql-docs

From Andrew Dunstan
Subject Re: [PATCHES] OS/X startup scripts
Date
Msg-id 464B21A3.9050509@dunslane.net
Whole thread Raw
In response to Re: [PATCHES] OS/X startup scripts  (David Fetter <david@fetter.org>)
List pgsql-docs

David Fetter wrote:
>>>
>>> cvs diff [list of files here] |grep -v '^?' > the_file.diff
>>>
>> Those lines go to stderr.
>>
>
> Not when I do "cvs diff."  Is there something I should (un)set in my
> .cvsrc?
>
>


No. (The lines that go to stderr are the directory names). But I don't
see why there's a problem with using the command above. Or if you
prefer, use something like this to postprocess the file:

  perl -ni -e 'print unless /^\?/;' diff-file


Bottom line - TIMTOWTDI

cheers

andrew

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] row-level stats and last analyze time
Next
From: Michael Glaesemann
Date:
Subject: Re: [PATCHES] OS/X startup scripts