Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!ut-emx!zebr361 From: zebr361@ut-emx.uucp (toney cassel) Newsgroups: comp.unix.questions Subject: Re: how to capture text output during program? Message-ID: <49494@ut-emx.uucp> Date: 25 May 91 05:03:41 GMT References: <9105241726.AA16913@?lri.uwo.ca> Organization: The University of Texas at Austin; Austin, Texas Lines: 9 In article <9105241726.AA16913@?lri.uwo.ca> steckner@lri.uwo.ca (Michael Steckner) writes: >I was wondering if there is a simple way for me to capture the output >to the screen generated while I run a program which also requires >periodic user input. Use of redirects is easy, if you dont also >have to answer any questions the program might having during execution. command | tee filename will send the output to both the screen and filename. Toney Cassel St. Edward's University Academic Computer Lab Good Day.