Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 1998 10:11:38 PST
From:      Michael Ryan <mike@NetworX.ie>
To:        John Saunders <john.saunders@scitec.com.au>, Jonathan Chen <jonc@pinnacle.co.nz>, FreeBSD Support <questions@FreeBSD.ORG>
Subject:   RE: Mystery with pipe(), fork() and dup()
Message-ID:  <ECS9812221038D@NetworX.ie>

next in thread | raw e-mail | index | archive | help
On Tue, 22 Dec 1998 10:01:25 PST Michael Ryan wrote:

> Therefore, grep is being piped into more.

What I meant to say here is that grep is being piped into more
regardless of whether the 'if' condition reads
	if (pid == 0)
or
	if (pid)
because of the logic concerning the dup calls.


Bye,
Mike
mike@NetworX.ie
www.NetworX.ie
---




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ECS9812221038D>