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

Re: more file filtering (e::), stest, perl (Re: A question about filename generate)



On Tue, Jul 29, 2025 at 2:21 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Mon, Jul 28, 2025 at 2:01 PM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> >
> > x^y isn't logically any
> > different from (^y)x other than needing parentheses in the latter
> > case.
>
> That's not quite true.
>
> % print configure^*.orig
> configure configure.ac
> % print (^*.orig)configure
> configure

Heh, I obviously didn't mean that they would give the same result.
Maybe "conceptually" is the word I wanted, not "logically".

-- 
Mikael Magnusson




Messages sorted by: Reverse Date, Date, Thread, Author