[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8231: Bug in the linux command: tail
From: |
Paul Eggert |
Subject: |
bug#8231: Bug in the linux command: tail |
Date: |
Fri, 11 Mar 2011 17:57:23 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
On 03/11/2011 03:14 PM, Alan Curry wrote:
> tail -N of multiple files used to work with GNU tail, before someone
> broke it
I checked in that change, and it was to make "tail" compatible with
both older BSD practice and with POSIX 1002.1-2001. Any
further changes in this area should retain compatibility with older
BSD and with POSIX. It's not as easy as it looks, I'm afraid.
A simple workaround (much simpler than trying to modify "tail" :-)
is to use "tail -n10 A B" instead of "tail -10 A B".
bug#8231: Bug in the linux command: tail, Alan Curry, 2011/03/11
- bug#8231: Bug in the linux command: tail,
Paul Eggert <=