Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: A second test release before 5.9 final?
- X-seq: zsh-workers 50163
- From: Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: A second test release before 5.9 final?
- Date: Mon, 2 May 2022 13:09:20 +0900
- Archived-at: <https://zsh.org/workers/50163>
- In-reply-to: <CAH+w=7bidpJqKXOphbDnYY8pA4W==dL5VftHygvxWgMDfS8zxg@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7Zf5b_1YFy1_2p3fJ1h-oWuvRnmRE4HjDGa3z=+54UgyA@mail.gmail.com> <2d3ff4e4-b705-4823-a49b-ba8844bd1b05@www.fastmail.com> <CAH+w=7bby1GiKxTL9Y3M6Xuhe56EQdRHDsabbShfWNLkdkxhsg@mail.gmail.com> <20220501173858.GA31441@tarpaulin.shahaf.local2> <57B00EBA-A66B-4AD8-8546-28210CFB9659@kba.biglobe.ne.jp> <CAH+w=7bidpJqKXOphbDnYY8pA4W==dL5VftHygvxWgMDfS8zxg@mail.gmail.com>
> 2022/05/02 12:10, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Unfortunately, the point is to test that two file names can be stat'd
> in one command.
Sorry, I was not following the thread closely.
> Try it this way? Has the added benefit of checking that we set the
> array elements correct.
It works fine, but:
> 2022/05/02 11:24, Jun T <takimoto-j@xxxxxxxxxxxxxxxxx>wrote:
>
> If we need to test the two characters the simplest workaround would be:
>
> zstat +size -nor -- 50150-Ą
> zstat +size -nor -- 50150-é
I was stupid (this was not the simplest); the following works fine:
zstat +size -nor -- 50150-Ą 50150-é
But this does not have the additional "benefit" you mentioned.
Please use either one as you like.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author