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 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to