lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


That it is, the known file descriptors for std* (which i didn't know) / the nixio.std* (which seem undecumented), plus the dup() solve the task.

Thanks,

Jorge


On Mon, Feb 13, 2012 at 9:33 PM, Jo-Philipp Wich <xm@subsignal.org> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I once implemented a popen-ish ltn12 source function on top of nixio, it
reads like this:
...