Re: more file filtering (e::), stest, perl (Re: A question about filename generate)
Mikael Magnusson <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <CAHYJk3T2b9Jh7Khtkp3f-c_gg0LaWkeP89ko7AAiv0B4VE7F_Q@mail.gmail.com> |
On Tue, Jul 29, 2025 at 2:21 AM Bart Schaefer <[email protected]> wrote: > > On Mon, Jul 28, 2025 at 2:01 PM Mikael Magnusson <[email protected]> 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