Re: popen read and write?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: popen read and write?
- From: Ketmar Dark <ketmar@...>
- Date: 2007年10月11日 07:23:56 +0300
hello, gary ng <garyng2000@yahoo.com>.
On 2007年10月10日 21:16:48 -0700 (PDT)
gary ng <garyng2000@yahoo.com> wrote:
> would io.stdin:read('*a') a way to peek ? As my
> understanding is that '*a' is effectively
> non-blocking(just return as much as there).
"*a" is blocking until 'end of stream' reached, AFAIR.