Redirecting stdin...

From: Erik Brännlund (erik.brannlund_nospam__at_epl.ericsson.se)
Date: 02/25/04


Date: Wed, 25 Feb 2004 11:25:03 GMT

Hi!

I'm trying to make a program wich takes stdout from one program stores it then
sends that data to stdin of another program. This all works except progam 2
waits for EOF forever, or at least until I kill the process.

How can I make p2 know that the file has ended. It is possible because if I do
p1 params | p2 params everything works just fine.

/Erik