From: Joel VanderWerf Date: 2010-06-27T06:21:26+09:00 Subject: Re: Using ruby as linux shell Fritz Trapper wrote: > How to access command line parameters of a ruby script? Short answer: the array ARGV contains them. Long answer: there are several libraries for parsing switches, subcommands, etc. out of this array. Do a web search for "ruby command line parsing".