4.2 changes to pipes, etc.

Doug Gwyn gwyn at brl-vgr.ARPA
Tue May 8 12:17:14 AEST 1984


Sounds like you have unflushed buffered output into the pipe;
use fflush() to force it into the pipe without closing the stream.
It should never be necessary to close a pipe for its data to be
made available to the reader.



More information about the Comp.unix.wizards mailing list