merge stdin, stdout?

Anssi Saari as at sci.fi
Sun Feb 7 09:30:52 EST 2010


jonny lowe <jonny.lowe.12345 at gmail.com> writes:

> The result is the same as before. I've tested in fedora11.

I don't think script is the answer here, since it only stores what's
displayed on a terminal and your program's input comes from a file and
is not displayed on the terminal.

Simplest solution is probably that you have your program echo every
line of input. Maybe some hairy terminal trickery could be done?
Really more of a Linux question than python.



More information about the Python-list mailing list