From: Corpus Callosum Date: 2007-05-20T05:23:18+09:00 Subject: Re: run a command on shell with ruby ok i got it. and i am giving an example for who want to know #! /usr/bin/ruby exec "apt-get install gaim"; this script run that command on shell Corpus Callosum wrote: > hi guys, > > i want to run a command with a ruby programme. for example, assume that > i have a ruby script and when run its, it make "apt-get install gaim" > command run.. > > what is the method or way of that ? > thanks -- Posted via http://www.ruby-forum.com/.