lua-users home
lua-l archive

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


just curious; is there a windows way of doing this?


Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>schreef:


> Example: history -n | tail -n 10 | my_script
>
> In this case is io.stdin a file descriptor to the pipe.
> How can i get now in lua a file descriptor on the current terminal?

local terminal = io.open("/dev/tty")