bug-bash
[Top][All Lists]
Advanced

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

Re: Error in read implementation and/or documentation


From: Chris Down
Subject: Re: Error in read implementation and/or documentation
Date: Sat, 27 Jul 2013 20:43:06 +0200

On 27 July 2013 17:17, Pierre Gaston <pierre.gaston@gmail.com> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]