Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Is ${} supported?
- X-seq: zsh-workers 2494
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: pws@xxxxxx (Peter Stephenson)
- Subject: Re: Is ${} supported?
- Date: Thu, 28 Nov 1996 15:38:45 +0100 (MET)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <199611280945.KAA13874@xxxxxxxxxxxx> from Peter Stephenson at "Nov 28, 96 10:45:50 am"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
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