Path: utzoo!attcan!uunet!cs.utexas.edu!yale!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: redirecting the output of pg to another tty Message-ID: <24501:Sep2803:49:1690@kramden.acf.nyu.edu> Date: 28 Sep 90 03:49:16 GMT References: <305@comtst.UUCP> Organization: IR Lines: 13 In article <305@comtst.UUCP> mdv@comtst.domain.com (Mike Verstegen) writes: > We have an application where we have one regular dumb terminal and an > "auxillary" terminal that is display only (no keyboard). We want to > page through a file and display it on the aux terminal. La dee da dee da... If only you were using BSD: % pty pg FILE > /dev/ttyxx Or maybe | tee /dev/ttyxx, so you can see what's going on where you're typing. ---Dan