From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8815 invoked from network); 6 Sep 2000 09:05:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Sep 2000 09:05:33 -0000 Received: (qmail 16783 invoked by alias); 6 Sep 2000 09:05:18 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3410 Received: (qmail 16776 invoked from network); 6 Sep 2000 09:05:17 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: , Subject: RE: array to braced list conversion ? Date: Wed, 6 Sep 2000 13:05:11 +0400 Message-ID: <000d01c017e1$8f93ea50$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-reply-to: <200009060845.KAA98530@numa1.igpm.rwth-aachen.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal > > 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 ? > list=(a b c) ls /usr/local/bin/$^list -andrej