How to call shell commands from Ruby
How do I call shell commands from inside of a Ruby program? How do I then get output from these commands back into Ruby?
How do I call shell commands from inside of a Ruby program? How do I then get output from these commands back into Ruby?