From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2839 invoked from network); 25 Aug 1998 10:28:13 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 25 Aug 1998 10:28:13 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id GAA09475; Tue, 25 Aug 1998 06:22:12 -0400 (EDT) Resent-Date: Tue, 25 Aug 1998 06:21:59 -0400 (EDT) To: "Zsh User's List" Subject: Re: Controlling the order of -/g produced files and directories References: <87af4ubdgk.fsf@quasar.vvf.fi> <980824101416.ZM10055@candle.brasslantern.com> Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Hannu Koivisto Date: 25 Aug 1998 13:24:48 +0300 In-Reply-To: "Bart Schaefer"'s message of Mon, 24 Aug 1998 10:14:16 -0700 Message-ID: <87ogt9xssv.fsf@quasar.vvf.fi> X-Mailer: Gnus v5.5/Emacs 20.2 Resent-Message-ID: <"cQxux.0.bJ2.61fur"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1752 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu "Bart Schaefer" writes: | } Although I didn't find explanation for this -/g option | | That's not one option, it's two: | -/ | -g '*.(tgz|tar.gz)' Well, now that I checked it, I couldn't find explanation for -/ option either. It seems that the info manual of my zsh 3.1.2(-8, this is from the Debian GNU/Linux 2.0 distribution) is pretty old: """ Document Edition 2.1.10, last updated 15 October 1996, of `The Z Shell Guide', for zsh, Version 3.0.1. """ I hope there will be an updated version because it seems that there are new interesting features in latest zsh versions that I am not aware of. | Zsh currently sorts the completion list itself, alphabetically; there | has been discussion of changing this on the developer's list, but at | the moment you can't force files to sort ahead of directories. Ok. Count me as interested in such a feature :) Thanks for the information, //Hannu