Re: for loop with variable

Ray Andrews <[email protected]> Mon, 11 May 2026 10:44:22 -0700
Newsgroups gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user
Message-ID <[email protected]>

On 2026-05-11 10:11, Roman Perepelitsa wrote:
> {a..c} expands to a b c. You can iterate over that.
Thanks.  Seems there's more than one syntax for a sequence like that, 
depending on the context.  I thought the '(P)' flag would do it but it 
doesn't work.