[net.lang.f77] Orphaned Response

dawic@uiucme.uiucme (12/13/85)

/* Written 10:50 pm  Nov 12, 1985 by np42pf@sdcc12.UUCP in uiucme:net.lang.f77 */
/* ---------- "Re: pipe breaking" ---------- */
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
/* End of text from uiucme:net.lang.f77 */