From: Steve Pauly Date: 2010-07-02T10:52:50+09:00 Subject: Re: Running a shell command from ruby Jean-Julien Fleck wrote: >> script1=["touch ~/ruby/f1;touch ~/ruby/f2"] � �#addl array elements to >> But why do the files f1 and f2 not get created? > > Does the directory ~/ruby/ already exist on your machine ? > > Cheers, Yes. It is where the ruby script is stored so I know it exists. Thanks. -- Posted via http://www.ruby-forum.com/.