Ben Mabey wrote: > > If you are running the command with the backticks it is simply being > returned to that call. If you want to see that ouput you could add a > puts.. for example: > > puts `some_command` > Thanks -- Posted via http://www.ruby-forum.com/.