Subject: Re: reading from named pipes
To: Randy Terbush <randy@zyzzyva.com>
From: Perry E. Metzger <perry@imsi.com>
List: current-users
Date: 05/11/1995 16:38:15
Randy Terbush says:
> I have two processes reading from the same pipe. I would like
> them to each be getting the same information.

You have to build a tee like program to do this; Unix won't do it
without such a pipe fitting...

Perry