On Mon, Jan 18, 2016, Joel Rees wrote:

>    cd /usr/src && cvs -d$CVSROOT up -Pd | tee /var/log/build/cvssrc.log

> except the 2>&1 is, I think the book says, too late to collect both

Which book?

> output streams into buildsys.log .

cd /usr/src && cvs -d$CVSROOT up -Pd 2>&1 | tee /var/log/build/cvssrc.log

Reply via email to