Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!killer!ames!ncar!boulder!spot!wu
From: wu@spot.Colorado.EDU (WU SHI-KUEI)
Newsgroups: comp.unix.questions
Subject: Re: Appending a log file during CU
Message-ID: <7044@sigi.Colorado.EDU>
Date: 10 Jul 88 18:05:39 GMT
References: <607@wa3wbu.UUCP>
Sender: news@sigi.Colorado.EDU
Reply-To: wu@spot.Colorado.EDU (WU SHI-KUEI)
Organization: University of Colorado, Boulder
Lines: 13

In article <607@wa3wbu.UUCP> john@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