From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8617 invoked from network); 4 Aug 2005 18:37:24 -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 18:37:24 -0000 Received: (qmail 86449 invoked from network); 4 Aug 2005 18:37:16 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Aug 2005 18:37:16 -0000 Received: (qmail 6765 invoked by alias); 4 Aug 2005 18:37:08 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9229 Received: (qmail 6755 invoked from network); 4 Aug 2005 18:37:07 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Aug 2005 18:37:07 -0000 Received: (qmail 85382 invoked from network); 4 Aug 2005 18:37:07 -0000 Received: from p54850d88.dip0.t-ipconnect.de (HELO solfire) (84.133.13.136) by a.mx.sunsite.dk with SMTP; 4 Aug 2005 18:37:02 -0000 Received: from localhost ([127.0.0.1]) by solfire with esmtp (Exim 4.42) id 1E0kc0-0007pM-Bv for zsh-users@sunsite.dk; Thu, 04 Aug 2005 20:38:36 +0200 Date: Thu, 04 Aug 2005 20:38:36 +0200 (CEST) Message-Id: <20050804.203836.63133092.Meino.Cramer@gmx.de> To: zsh-users@sunsite.dk From: Meino Christian Cramer 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: zsh-users@sunsite.dk X-SA-Exim-Mail-From: Meino.Cramer@gmx.de Subject: Sorting files 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.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.4 Hi, I played around with combinations including expressions like **/*(.,oL) trying to get a listing of all files found !including those of the subdirectories! sorted by their size. I want one big listing sorted "once" -- but I got "seperated" parts sorted each for themselves. I would understand this, if I had submitted something like: print -l **/*(oL) which includes directories due to the missing ".", but when I submit: print -l **/*(.,oL) I would expect "all files sorted by their size". But as always, the problem is probably caused by the person sitting right in front of my monitor, I fear ;) Is there a way to get one big listing starting with the smallest file of all files found (including those in the subdirectories) and ending with the largest one? ...without the conventional way of slowly smokeing a sort-pipe ? Thanks a lot in advance for any help or hint ! :O) Keep zshing! Meino