From: Skave Rat Date: 2008-09-11T05:40:56+09:00 Subject: commandline options and output-"method" I've got two questions: Is it possible to run a ruby script with options? i.e.: foobar.rb --someoption foobar.rb -o secondly, (how) is it possible to change the output of a script to a static output, so you only update a part of it? Like the progressbar of wget, for example. -- Posted via http://www.ruby-forum.com/.