From: Andy Koch Date: 2007-07-20T09:55:39+09:00 Subject: IO.popen - continuous output Hi, is it possible to get a continuous output stream with IO.popen('xxx') example, IO.popen('tail -f some_log_file')... where the goal is to see the tail output as it's generating, rather than waiting for the process to complete to dump the generated output. Thank You, Andy Koch