G
gnari
Rocky said:On Wed, 14 Jul 2004 14:11:44 -0400, Paul Lalli wrote:
[reading from pipe to files]
My mistake. I left the FH1 and FH2 out of the posted code. When I run
this script and just print it to standard out the data will stream
perfectly as it comes in from the FIFO. If I print it to FH1,FH2 and tail
-f the output files I get nothing. That, I guess, is what I should have
said from the beginning
yes, you should have mentioned that you test this with grep.
you are not seing any output because you are not waiting long enough.
the data is still in file or pipe buffers when you probably interrupt
your program.
gnari