Subject: Re: Ruby's Kernel::exec (and system and %x)
From: thefed <fedzor gmail.com>
Date: Wed, 9 Jan 2008 06:55:40 +0900
References: 286375286451286626286632
In-reply-to: 286632
On Jan 8, 2008, at 11:22 AM, Gary Wright wrote:
>
>
> I just wanted to point out that if you are passing arguments to the
> program you can use:
>
> system(cmd, arg1, arg2)
>
system() always go to a shell.