Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: order of processing in brace expansion
- X-seq: zsh-workers 14317
- From: Allan Poindexter <apoindex@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: order of processing in brace expansion
- Date: 11 May 2001 10:57:56 -0600
- In-reply-to: Peter Stephenson's message of "Wed, 09 May 2001 10:06:02 +0100"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Tc0a88d0153696f596c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: apoindex@xxxxxxxxxxxx
Peter> I've backed off the patch that tokenizes commas coming from a
Peter> parameter expansion with globsubst. Probably the following is a good
Peter> idea to make it clearer.
You may also want to add a clarification to this description in the Expansion
node about brace expansion falling in the left to right order at the closing
brace:
They are followed by "process substitution", "parameter expansion", "command
substitution", "arithmetic expansion", and "brace expansion" which are
performed in one step in left-to-right fashion.
I'm not sure this is absolutely necessary but it may forestall a potential for
confusion.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author