how to use linux commands in ruby ?

Try this: system('commmand') or `command`

Selvaraj wrote: