[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What do you guys use instead of backticks?
- From: "Gunnar Zötl" <gz@...>
- Date: Sun, 23 Jan 2011 12:18:56 +0100 (MET)
Hi,
> What do you use instead of backticks when you want to capture the output of
> a
> command you spawned?
Io.popen works well most of the time, lpty for the notoric cases.
Gunnar