Re: more file filtering (e::), stest, perl (Re: A question about filename generate)
Bart Schaefer <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <CAH+w=7bq5YNEHDv=PvUMS+Z1iqm+czKRHL7mjxJxHK7957rpFQ@mail.gmail.com> |
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