From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3221 invoked from network); 12 Dec 1997 21:14:29 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 12 Dec 1997 21:14:29 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id QAA18034; Fri, 12 Dec 1997 16:07:01 -0500 (EST) Resent-Date: Fri, 12 Dec 1997 16:05:10 -0500 (EST) To: Andrew Main Cc: sweth@astaroth.nit.gwu.edu, zsh-users@math.gatech.edu Subject: Re: zsh lists being used for spam-gathering? References: <199712122059.UAA22463@taos.demon.co.uk> X-Face: $$CzX_6%|HNr.oB"KTJp(4s)x@#{7`R#=qth)@YQVIW3G_vqiReP):T3il:o9H[)hjgs%QU z!Gx^:NL=B(KNK[Y7{`T*hok`uv`}ArWqZ\wF&KHgVYr+d\>oGI?I\60y?,j*xB@gkYk_)YU0]6"S` nEjNqCC Content-Type: TEXT/PLAIN; charset=ISO-8859-1 From: Mirar Date: 12 Dec 1997 22:06:14 +0100 In-Reply-To: Andrew Main's message of "Fri, 12 Dec 1997 20:59:39 +0000 (GMT)" Message-ID: <82yb1qxoe1.fsf@beldandy.infovav.se> X-Mailer: Gnus v5.4.66/Emacs 19.34 Resent-Message-ID: <"Sf_-p.0.qM4.5SQaq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1200 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Andrew Main writes: > Mirar wrote: > > { reply=($(ls -d1 ${^manpath}/man*(N:/) | sed 's:^.*/man::')) } > > reply=( ${^manpath}/man*(N/) ) > reply=${reply##*/man} close. reply=( ${reply##*/man} ) worked better. Nice. *checking out ${namepattern}*