[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: split: support unlimited number of split files
From: |
Pádraig Brady |
Subject: |
Re: split: support unlimited number of split files |
Date: |
Fri, 02 Mar 2012 17:33:35 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0 |
On 03/02/2012 05:07 PM, Jérémy Compostella wrote:
>> Ah drats, yes you need to check the combinations.
>>
>> $ printf "%s\n" .b a. | LC_ALL=en_US sort
>> a.
>> .b
>>
>> $ printf "%s\n" . a | LC_ALL=en_US sort
>> .
>> a
> Yep. BTW, do you know where I could find the sorting rules for each
> locale? I was looking for it to help my argumentation but I did not find
> this information.
>
>> So that means we can't have a variable length generated suffix
>> in combination with --additional-suffix.
>>
>> 2 options I see for that.
>>
>> 1. Make --additional-suffix require --suffix-length
>> 2. Make this variable length suffix only on with --suffix-length=auto
>> and have that mutually exclusive with --additional-suffix
> I don't follow you, this issue can only occurs with the potential new
> behavior (case 2 in my first mail) : xaa ... azz ... azzaa ...
>
> But not with the old behavior I have reimplemented : xaa ... xyz xzaaa
> xzaab ...
>
> Or maybe I miss a special case ?
Nope you're right.
Great no issue.
cheers,
Pádraig.
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/01
- Re: split: support unlimited number of split files, Pádraig Brady, 2012/03/01
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/02
- Re: split: support unlimited number of split files, Pádraig Brady, 2012/03/02
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/02
- Re: split: support unlimited number of split files,
Pádraig Brady <=
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/02
- Re: split: support unlimited number of split files, Pádraig Brady, 2012/03/02
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/02
- Re: split: support unlimited number of split files, Jérémy Compostella, 2012/03/09
Re: split: support unlimited number of split files, Pádraig Brady, 2012/03/09