From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18902 invoked from network); 4 Aug 2005 19:18:33 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Aug 2005 19:18:33 -0000 Received: (qmail 21158 invoked from network); 4 Aug 2005 19:18:26 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Aug 2005 19:18:26 -0000 Received: (qmail 15805 invoked by alias); 4 Aug 2005 19:18:19 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9233 Received: (qmail 15796 invoked from network); 4 Aug 2005 19:18:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Aug 2005 19:18:19 -0000 Received: (qmail 20162 invoked from network); 4 Aug 2005 19:18:19 -0000 Received: from lorien.emufarm.org (HELO lorien.comfychair.org) (64.81.48.166) by a.mx.sunsite.dk with SMTP; 4 Aug 2005 19:18:14 -0000 Received: from lorien.comfychair.org (localhost [127.0.0.1]) by lorien.comfychair.org (8.13.3/8.13.1) with ESMTP id j74JIGoK028690; Thu, 4 Aug 2005 12:18:16 -0700 Received: (from duvall@localhost) by lorien.comfychair.org (8.13.3/8.13.3/Submit) id j74JIGnm028689; Thu, 4 Aug 2005 12:18:16 -0700 Date: Thu, 4 Aug 2005 12:18:16 -0700 From: Danek Duvall To: Meino Christian Cramer Cc: zsh-users@sunsite.dk Subject: Re: Sorting files Message-ID: <20050804191816.GI18173@lorien.comfychair.org> Mail-Followup-To: Danek Duvall , Meino Christian Cramer , zsh-users@sunsite.dk References: <20050804.203836.63133092.Meino.Cramer@gmx.de> <237967ef0508041148f43c87@mail.gmail.com> <20050804.211050.78707635.Meino.Cramer@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050804.211050.78707635.Meino.Cramer@gmx.de> User-Agent: mutt-ng devel (Linux) 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=BAYES_00 autolearn=ham version=3.0.4 Does print -l **/*(.oL) not do what you want? Danek