Ruby on Rails Discussions
how to use linux commands in ruby ?
rubyonrails-talk
lgn21st
(lgn21st)
May 28, 2007, 2:18pm
1
Try this: system('commmand') or `command`
Selvaraj wrote: