pipes...

Mark SOKOLOWSKI msdos at cs.mcgill.ca
Thu Dec 27 11:27:06 AEST 1990


USER =(1) MASTER =(2) SLAVE where SLAVE is any program using
(stdin,stdout), (1) is the (stdin,stdout) pair and (2) is a set of
2 pipes. SLAVE sees (2) as (stdin,stdout), while MASTER sees it
as (Pipe[1],Pipe[0]).

Mark



More information about the Comp.unix mailing list