Re: What do you guys use instead of backticks?
[
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: 2011年1月23日 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