Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site sdcc12.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!mtuxo!mtunh!vax135!cornell!uw-beaver!tektronix!hplabs!sdcrdcf!sdcsvax!sdcc3!sdcc12!np42pf From: np42pf@sdcc12.UUCP (Pierre Flament) Newsgroups: net.unix,net.unix-wizards,net.lang.f77 Subject: Re: pipe breaking Message-ID: <478@sdcc12.UUCP> Date: Tue, 12-Nov-85 23:50:33 EST Article-I.D.: sdcc12.478 Posted: Tue Nov 12 23:50:33 1985 Date-Received: Mon, 18-Nov-85 05:23:23 EST References: <629@lasspvax.UUCP> <1832@hao.UUCP> Reply-To: np42pf@sdcc12.UUCP (Pierre Flament) Organization: U.C. San Diego, Academic Computer Center Lines: 8 Xref: watmath net.unix:6255 net.unix-wizards:15744 net.lang.f77:416 The following construct (sub-shell, see sh(1)) will allow redirection of the input to the terminal after finding the eof without any special code in the program: (ccat file;cat) | plotting_program A ^D should be send to end the keyboard input