&nbsp;Hi,<br><br>&nbsp;How can I start a Unix 'Tail -f' command and follow on web&nbsp;(Rails) the results?<br><br><br>The example below will not work because this method waits until the shell command is finished executing.<br>The same problem for 'popen'.
<br><br>&lt;%= %x{tail -f} %&gt;<br><br>