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

---------------------------(end of broadcast)---------------------------
TIP 7: You can help support the PostgreSQL project by donating at

               http://www.postgresql.org/about/donate

Reply via email to