Appending a log file during CU

Doug Gwyn gwyn at brl-smoke.ARPA
Mon Jul 11 12:21:52 AEST 1988


In article <7044 at sigi.Colorado.EDU> wu at spot.Colorado.EDU (WU SHI-KUEI) writes:
>	cu system | tee -a log.file

And if your "tee" command doesn't support -a, try
	cu system | tee /dev/tty >>log.file



More information about the Comp.unix.questions mailing list