Appending a log file during CU

WU SHI-KUEI wu at spot.Colorado.EDU
Mon Jul 11 04:05:39 AEST 1988


In article <607 at wa3wbu.UUCP> john at wa3wbu.UUCP (John Gayman) writes:
>
>    I have been using the simple command string "cu system | tee log.file"
>to log the results from a CU session. Can someone shed some light on 
>what string I could use to "append" to a logfile. So that subsequent
>"cu system | tee log.file" would keep appending file "log.file" instead
>of replacing it each time.  Thanks for any suggestions.

	cu system | tee -a log.file

works like gang busters on our 3B2

Carl Brandauer



More information about the Comp.unix.questions mailing list