Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Is ${} supported?



Peter Stephenson wrote:
> Just as a matter of interest, why does the following not work the same
> way?
> 
> % print ${(j/,/):-/proc/*(U:t)} 
> 23020 23048 23051 23052 23062 26604

Because globbing performed much later than expansion.  The order is
precisely described in zshexpn.man.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author