From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27840 invoked from network); 13 Apr 2005 01:29:15 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 13 Apr 2005 01:29:15 -0000 Received: (qmail 61961 invoked from network); 13 Apr 2005 01:29:10 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 13 Apr 2005 01:29:10 -0000 Received: (qmail 12494 invoked by alias); 13 Apr 2005 01:29:01 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8675 Received: (qmail 5861 invoked from network); 13 Apr 2005 01:13:58 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 13 Apr 2005 01:13:58 -0000 Received: (qmail 52719 invoked from network); 13 Apr 2005 01:13:58 -0000 Received: from rproxy.gmail.com (64.233.170.193) by a.mx.sunsite.dk with SMTP; 13 Apr 2005 01:13:54 -0000 Received: by rproxy.gmail.com with SMTP id a36so20876rnf for ; Tue, 12 Apr 2005 18:13:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tvfiENnlyCElyFT/fUQMdqApc+aMQnCrCB1eqj+L7d+s1JGKVsoBYiz4c5aeA5T/+XvvogchZpkF9+rMnaS9dvsbVpfTBO/rNG0rhAD5FvpSawP3c8sKfsdZfBraQFfKZnx1nBLegG0/mc/9NSfVpkzP36adrbcjG4cyRp1w4w4= Received: by 10.38.65.1 with SMTP id n1mr57731rna; Tue, 12 Apr 2005 18:13:34 -0700 (PDT) Received: by 10.38.11.19 with HTTP; Tue, 12 Apr 2005 18:13:33 -0700 (PDT) Message-ID: <729088040504121813272d8ef2@mail.gmail.com> Date: Tue, 12 Apr 2005 18:13:33 -0700 From: grover mitchell Reply-To: grover mitchell To: zsh-users@sunsite.dk Subject: brace expansion question Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.5 required=6.0 tests=BAYES_00,RCVD_BY_IP autolearn=ham version=3.0.2 X-Spam-Hits: -2.5 I have a file that contains a list like so: foo1{01..10} bar2{01..10} Is there any way to have zsh do a brace expansion on the contents of this f= ile? Thanks!