Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!lll-winken!iggy.GW.Vitalink.COM!widener!ukma!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.questions Subject: Re: A Pipe Question Message-ID: <16262@smoke.brl.mil> Date: 24 May 91 22:03:06 GMT References: <1991May24.025917.18874@csc.canberra.edu.au> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <1991May24.025917.18874@csc.canberra.edu.au> rvp@softserver.canberra.edu.au (Rey Paulo) writes: -Suppose if the child has written something into the pipe and exited, -could the parent still read what has been written by the child -from the reading end of the pipe even if the child is already dead? Sure, unless somebody has badly broken your implementation of UNIX.