Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site athena.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!teklds!athena!charliem From: charliem@athena.UUCP (Charlie Mills) Newsgroups: net.unix Subject: Re: tee command without buffering Message-ID: <683@athena.UUCP> Date: Tue, 10-Dec-85 12:28:46 EST Article-I.D.: athena.683 Posted: Tue Dec 10 12:28:46 1985 Date-Received: Thu, 12-Dec-85 05:43:59 EST References: <326@brl-tgr.ARPA> Reply-To: charliem@athena.UUCP (Charlie Mills) Organization: Tektronix, Beaverton OR Lines: 10 >Has anyone got a version of the tee command that doesn't buffer the I/O? The standard solution under 4.2BSD is to use tail -f on the output file. (Don't use tee.) Tail -f doesn't buffer its output between sleeps. You can kill or suspend the tail without disturbing the process generating the data. I don't know whether System V has tail or if so whether there is a -f option or something analogous. -- Charlie Mills ..{ucbvax,decvax,uw-beaver,hplabs,ihnp4,allegra}!tektronix!athena!charliem