Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Match length and multibyte characters
- X-seq: zsh-workers 36495
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Match length and multibyte characters
- Date: Sat, 12 Sep 2015 04:37:28 +0900
- In-reply-to: <FCD65B5C-D8F2-466B-AE3C-D34131252659@kba.biglobe.ne.jp>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAC_auRfyDuJ-JoeSE9zfnhO=fy4bjOrK0rT8=97O_XeE4SKxNA@mail.gmail.com> <FCD65B5C-D8F2-466B-AE3C-D34131252659@kba.biglobe.ne.jp>
2015/09/12 03:02, I wrote:
> Otherwise, 10 comes before 2.
Sorry, this is if sorting in ascending order, i.e., the (o) flag.
(o) 1 10 2 20 3
(O) 3 20 2 10 1
(n) 1 2 3 10 20
(On) 20 10 3 2 1 this is what you want.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author