bug-coreutils
[Top][All Lists]
Advanced

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

Re: tail +n does not work under Linux?


From: Pádraig Brady
Subject: Re: tail +n does not work under Linux?
Date: Wed, 20 May 2009 14:17:30 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Eric Blake wrote:
> 
> What do you think about the attached patch to the --help output (and thus
> man page)?

Yes there are too many "N"s.

> -  -n, --lines=N            output the last N lines, instead of the last 
> %d;\n\
> -                           or use +N to output lines starting with the Nth\n\
> +  -n, --lines=CNT          output the last CNT lines, instead of the last 
> %d;\n\
> +                           or use +CNT to skip the first CNT-1 lines\n\
>        --max-unchanged-stats=N\n\

CNT doesn't read too well :)
How about COUNT or NUM?
What about the texi docs?
Would one change head -n docs also for consistency?
What about the other instances of N in tail --help?

cheers,
Pádraig.





reply via email to

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