Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!cmcl2!nrl-cmf!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: Appending a log file during CU Message-ID: <8236@brl-smoke.ARPA> Date: 11 Jul 88 02:21:52 GMT References: <607@wa3wbu.UUCP> <7044@sigi.Colorado.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB)) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <7044@sigi.Colorado.EDU> wu@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