[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sort parameters question: -V and -f
From: |
Assaf Gordon |
Subject: |
Re: sort parameters question: -V and -f |
Date: |
Thu, 07 Apr 2011 15:05:03 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100918 Icedove/3.1.4 |
Eric Blake wrote, On 04/06/2011 06:36 PM:
> On 04/06/2011 04:04 PM, Pádraig Brady wrote:
>> On 06/04/11 22:26, Assaf Gordon wrote:
>>> I'm wondering if this is a bug (where "-f" is ignored when using version
>>> sort):
>>
>> The same happens for any ordering option.
>> If any is specified for the key, then all global options are ignored.
>> This is specified by POSIX and here it's demonstrated on solaris:
>>
> Not only that, but --debug would have told you the same:
>
"--debug" did tell me that, but I thought it's a bug, not a feature.
I assumed "-f" is accumulative, not overridden when specifying per-key sort
order - I should have read the docs more carefully.
Thanks for the quick and detailed response.
-gordon