Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: A second test release before 5.9 final?



> 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