From: Kaspir Ghost Date: 2010-08-10T07:18:52+09:00 Subject: Re: Accessing programs through the terminal with ruby Ok so I started working on this a little bit and I basically have this so far: #!/usr/bin/ruby puts "Enter url" url = gets system "firefox #{url}" system "opera #{url}" system "flock #{url}" So far it's doing exactly what I want it to do, but when it gets to flock it does this: flock: bad number: http://www.nugendesign.com -- Posted via http://www.ruby-forum.com/.