[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tail +N apparent error.
From: |
Jim Meyering |
Subject: |
Re: Tail +N apparent error. |
Date: |
Mon, 12 Oct 2009 22:48:17 +0200 |
Eric Blake wrote:
> According to Jan-Pawel Wrozstinski on 10/12/2009 2:11 AM:
>>> -n, --lines=K output the last K lines, instead of the last 10;
>>> or use +K to output lines starting with the Kth
>>>
>> Incidentally, I can't say that the newer "help" on this topic is much
>> clearer -- especially for those of accustomed to the older versions --
>> than the one I currently have running. If I may, I'd like to recommend
>> having it read:
>>
>> or use "-n +K" to ...
>
> Good point. Jim, what about this patch for tail? I checked head as well,
> but it did not have similar wording in the first place.
I like it.
Thanks.
...
> - -c, --bytes=K output the last K bytes; alternatively, use +K
> to\n\
> - output bytes starting with the Kth of each file\n\
> + -c, --bytes=K output the last K bytes; alternatively, use -c
> +K\n
> + to output bytes starting with the Kth of each
> file\n\
> "), stdout);
> fputs (_("\
> -f, --follow[={name|descriptor}]\n\
> @@ -272,7 +272,7 @@ Mandatory arguments to long options are mandatory for
> short options too.\n\
> "), stdout);
> printf (_("\
> -n, --lines=K output the last K lines, instead of the last
> %d;\n\
> - or use +K to output lines starting with the Kth\n\
> + or use -n +K to output lines starting with the
> Kth\n\
- Tail +N apparent error., Jan-Pawel Wrozstojnik, 2009/10/09
- Tail +N apparent error., Jan-Pawel Wrozstojnik, 2009/10/09
- Re: Tail +N apparent error., Alfred M. Szmidt, 2009/10/09
- Re: Tail +N apparent error., Jan-Pawel Wrozstinski, 2009/10/12
- Re: Tail +N apparent error., Eric Blake, 2009/10/12
- Re: Tail +N apparent error.,
Jim Meyering <=
- Update,Manager and Core Utils (Was: Tail +N apparent error.), Jan-Pawel Wrozstinski, 2009/10/13
- Re: Update Manager and Core Utils, Jan-Pawel Wrozstinski, 2009/10/14
- Re: Update Manager and Core Utils, C de-Avillez, 2009/10/15
- Re: Update,Manager and Core Utils (Was: Tail +N apparent error.), Eric Blake, 2009/10/14