Hi,
I need to capture output of the process executed with exec or other
eqavalent calls.
Thanks.
Hi,
I need to capture output of the process executed with exec or other
eqavalent calls.
Thanks.
On 26.01.2007 09:47, Googy wrote:
I need to capture output of the process executed with exec or other
eqavalent calls.
Look for popen() and variants. Alternatively you can use backticks:
s = ls -lF
Kind regards
robert
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs