Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!novavax!twwells!bill From: bill@twwells.uucp (T. William Wells) Newsgroups: comp.unix.wizards Subject: Re: Shell scripts - getting parent status in read Message-ID: <849@twwells.uucp> Date: 23 Apr 89 09:17:19 GMT References: <861@marvin.Solbourne.COM> Reply-To: bill@twwells.UUCP (T. William Wells) Organization: None, Ft. Lauderdale Lines: 7 Summary: Expires: Sender: Followup-To: Distribution: Keywords: Try enabling SIGPIPE in your parent before calling the shell script. When the parent dies, the children trying to read from pipes set up by the parent should then get a signal. You might have to use a trap command in the shells, though. --- Bill { uunet | novavax } !twwells!bill