Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
array to braced list conversion ?
- X-seq: zsh-users 3409
- From: jarausch@xxxxxxxxxxxxxxxxxxx
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: array to braced list conversion ?
- Date: Wed, 06 Sep 2000 10:45:00 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Reply-to: jarausch@xxxxxxxxxxxxxxxxxxx
Hi all,
Is there a simple possibility to convert an array
to a brace delimited list?
E.g.
set +A LIST a b c
how can I get the analog of
ls /usr/local/bin/{a,b,c}
using LIST ?
Thanks for any hints
Helmut Jarausch
Lehrstuhl fuer Numerische Mathematik
Institute of Technology, RWTH Aachen
D 52056 Aachen, Germany
Messages sorted by:
Reverse Date,
Date,
Thread,
Author