Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Brace expansion from arrays?
- X-seq: zsh-users 10287
- From: Clint Adams <clint@xxxxxxx>
- To: Johann 'Myrkraverk' Oskarsson <johann@xxxxxxxxxxxxxx>
- Subject: Re: Brace expansion from arrays?
- Date: Sat, 20 May 2006 17:45:22 -0400
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <m34pzko3g5.fsf@xxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Johann 'Myrkraverk' Oskarsson <johann@xxxxxxxxxxxxxx>, zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <m34pzko3g5.fsf@xxxxxxxxxxxxxxxxxx>
> a=(stuff to expand)
> print {$a}to
>
> would output "stuffto toto expandto"
print ${^a}to
Messages sorted by:
Reverse Date,
Date,
Thread,
Author