How to capture the output of a call to Kernel.system

W

Wes Gamble

I suspect that this is an extremely simple question to answer.

How do you capture the output of a system call?

For example, if I do this:
Thu Jun 18 13:00:00 CDT 2009
=> true=> true

I would like to capture the output of the date command. How do I do it?

Thanks,
Wes
 
M

Michael Guterl

I suspect that this is an extremely simple question to answer.

How do you capture the output of a system call?

For example, if I do this:

Thu Jun 18 13:00:00 CDT 2009
=3D> true
=3D> true

I would like to capture the output of the date command. =C2=A0How do I do= it?

x =3D `date`

if you need to capture more than just stdout, i recommend the systemu gem.

best,
michael guterl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,982
Messages
2,570,190
Members
46,736
Latest member
zacharyharris

Latest Threads

Top