Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site microsoft.UUCP Path: utzoo!linus!decvax!tektronix!uw-beaver!microsoft!alanw From: alanw@microsoft.UUCP (Alan Whitney) Newsgroups: net.unix-wizards Subject: Re: A question on input redirection Message-ID: <8655@microsoft.UUCP> Date: Sun, 18-Sep-83 16:35:00 EDT Article-I.D.: microsof.8655 Posted: Sun Sep 18 16:35:00 1983 Date-Received: Tue, 20-Sep-83 22:00:40 EDT References: <108@ihopb.UUCP>, <2276@utcsrgv.UUCP> Organization: Microsoft Corporation Lines: 9 Contrary to other suggestions, what is probably needed is something like: cat -u file - | prog Here the -u causes the output of cat to be unbuffered so that there is some chance of getting suitable prompts from `prog'. Alan Whitney {decvax,uw-beaver,fluke}!microsoft!alanw