bug-coreutils
[Top][All Lists]
Advanced

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

Re: tail -f problem


From: Pádraig Brady
Subject: Re: tail -f problem
Date: Tue, 8 Sep 2009 01:15:09 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Jim Meyering wrote:
> Ulrich Drepper wrote:
>> Jim Meyering wrote:
>>> Thanks for the report!
> 
> Ulrich and Ren reported that the command,
> 
>   echo foobar | tail -c3 -f
> 
> would block indefinitely, while POSIX says that it must not.

This seems to be handled already (see line 1926):

echo foobar | POSIXLY_CORRECT="" tail -c3 -f

Also there is the stdin_cmdline_arg bit below this new chunk.
Is that now rendered redundant?

It seems that these 3 chunks should be merged.

cheers,
Pádraig.




reply via email to

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