Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!lll-winken!sun-barr!apple!altos!megadon!clp From: msdos@cs.mcgill.ca (Mark SOKOLOWSKI) Newsgroups: comp.unix Subject: pipes... Message-ID: <2300@megadon.UUCP> Date: 27 Dec 90 00:27:06 GMT Sender: clp@megadon.UUCP Organization: SOCS, McGill University, Montreal, Canada Lines: 7 Approved: clp@megadon.UUCP Apparently-To: comp-unix@uunet.uu.net 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