From: Arlen Cuss Date: 2008-02-27T23:16:36+09:00 Subject: Re: instance variable into call linux command ------=_Part_8416_5339299.1204121802225 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. >> @a = "joe" => "joe" >> `ls #{@a}` ls: joe: No such file or directory => "" >> Use the string interpolation #{ruby code here}. Arlen ------=_Part_8416_5339299.1204121802225--