AndyL wrote:
>> $ python some_program.py | tee output.log
> Thx again. Python is cool, do that in C++ or Java :-)

Yes, thats obviously true ;-)

$> javac someprogram.java;
$> java someprogram | tee output.log

$> g++ someother.cpp -o someother
$> ./someother | tee output.log

SCNR,

Mirco
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to