On 27 July 2013 17:17, Pierre Gaston <[email protected]> wrote: > What is your test case? > I don't seem to be able to reproduce your problems, read returns > when it encouters EOF, and I get 1 if fewer bytes are read
It seems it is something like this:
$ read -n3
12^D$ echo $?
0
