Re: alternation option end of string
Ray Andrews <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <a2452726-be62-4a26-9721-a42d865127f8__43155.3141724848$1777699869$gmane$org@eastlink.ca> |
On 2026-05-01 21:57, Mikael Magnusson wrote: > globbing and (zsh) string matching are nearly identical, so most > people tend to use either term for both things. The main difference is > that * can match across a / in string matching but not in globbing. > Ie, a*b will match "a/b" but not the file a/b, but pretty much > everything else works the same (where applicable). That's the sort of concise information that's invaluable when you need it. Tx. >