[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Read user input from terminal when a pipe is used
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 6 Dec 2013 14:32:37 -0200
> 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")