On Nov 6, 2006, at 1:38 PM, Alex Ross wrote:
also, you can just `echo 'write shell commands'` and get strings back.
Are you saying you don't know how to do this in Ruby?
$ ruby -e 'p `echo "Hello from the shell!"`' "Hello from the shell!\n"
James Edward Gray II