On Thu, Oct 03, 2002 at 02:33:20PM +0100, Ulysees wrote:
> thats exactly what i was thinking
>> i need something that writes to the stdin of program1 & program2
>> ----- Original Message -----
> From: "Dermot Daly" <dermot.daly at itsmobile.com>
> To: "ILUG" <ilug at linux.ie>
> Sent: Thursday, October 03, 2002 2:42 PM
> Subject: RE: [ILUG] plumbing
>>> Huh ? Doesn't tee write to a file and stdout ? - Doesn't this not just
> create a load of files called program1 program2....?
>
Exactly. All the solutions suggested so far either won't work, or won't
do what you want. What you really want is something like this:
cat myfile | tee >(prog1) | tee >(prog2) | ... | tee >(progN-1) | progN
Note this is in bash.
Steve
--
High salt diets are bad for you - but only outside marriage.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!