bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: sort -nu: bug or feature?


From: Stepan Kasal
Subject: Re: sort -nu: bug or feature?
Date: Thu, 9 Sep 2004 09:47:39 +0200
User-agent: Mutt/1.4.1i

Hello,

On Tue, Sep 07, 2004 at 11:59:29AM -0700, Andrew Noymer wrote:
> BUT even this does not work:
> $ sort -nu -k2,1 fish 
> 1010    0

-k2,1 says "use one sort key, starting at field 2 and ending in field 1"

You probably meant -k2,2 -k1,1 which defines two sort keys.

Stepan Kasal




reply via email to

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