From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6140 invoked from network); 21 Oct 2005 15:19:02 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Oct 2005 15:19:02 -0000 Received: (qmail 75445 invoked from network); 21 Oct 2005 15:18:53 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Oct 2005 15:18:53 -0000 Received: (qmail 9577 invoked by alias); 21 Oct 2005 15:18:47 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9541 Received: (qmail 9567 invoked from network); 21 Oct 2005 15:18:47 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Oct 2005 15:18:47 -0000 Received: (qmail 74437 invoked from network); 21 Oct 2005 15:18:47 -0000 Received: from p54853605.dip0.t-ipconnect.de (HELO solfire) (84.133.54.5) by a.mx.sunsite.dk with SMTP; 21 Oct 2005 15:18:46 -0000 Received: from localhost ([127.0.0.1]) by solfire with esmtp (Exim 4.42) id 1ESyfT-0003zb-IH; Fri, 21 Oct 2005 17:18:54 +0200 Date: Fri, 21 Oct 2005 17:18:51 +0200 (CEST) Message-Id: <20051021.171851.71106332.Meino.Cramer@gmx.de> To: wacker@physik.uni-dortmund.de Cc: zsh-users@sunsite.dk From: Meino Christian Cramer In-Reply-To: <20051021145708.GV4387@wu.physik.uni-dortmund.de> References: <20051021.164833.74732075.Meino.Cramer@gmx.de> <20051021145708.GV4387@wu.physik.uni-dortmund.de> X-Mailer: Mew version 4.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Rcpt-To: wacker@physik.uni-dortmund.de, zsh-users@sunsite.dk X-SA-Exim-Mail-From: Meino.Cramer@gmx.de Subject: Re: Speedy directory generation Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.1+cvs (built Sat, 28 Aug 2004 13:10:40 +0200) X-SA-Exim-Scanned: Yes (on solfire) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 From: Klaus Wacker Subject: Re: Speedy directory generation Date: Fri, 21 Oct 2005 16:57:08 +0200 Hi, thanks a lot. This permutation I didn't try... :) have a nice weekend! mcc > On Fri, Oct 21, 2005 at 04:48:33PM +0200, Meino Christian Cramer wrote: > > > > Hi, > > > > I want to mkdir directories named 001,002,003,004....100. > > > > Is there a quick hack with zsh to do so? I tried ranges > > "<001-100>" and such but failed. > > > > {001..100} should work. It just generates to the range of numbers. > <001-100> matches existing files in that range. > > Klaus > > -- > Klaus Wacker wacker@Physik.Uni-Dortmund.DE > Experimentelle Physik V http://www.physik.uni-dortmund.de/~wacker > Universitaet Dortmund Tel.: +49 231 755 3587 > D-44221 Dortmund Fax: +49 231 755 4547 >