From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7914 invoked from network); 26 Jan 1998 05:05:36 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 26 Jan 1998 05:05:36 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id XAA13493; Sun, 25 Jan 1998 23:40:22 -0500 (EST) Resent-Date: Sun, 25 Jan 1998 23:39:58 -0500 (EST) Date: Sun, 25 Jan 1998 23:41:12 -0500 Message-Id: <9801260441.AA31201@ezdzit.zko.dec.com> From: Paul Lew To: zsh-users@math.gatech.edu Subject: Re: finding symlinks without target X-Mailer: VM 6.37 under Emacs 20.2.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Resent-Message-ID: <"nKMFD1.0.OI3.TE1pq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1280 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu In message <19980123154701.05885@math.fu-berlin.de>, Sven Guckes writes: >Hi! > >Problem: > Find (and print) all symbolic links without a target within the > current dirtree. The old zsh (dont remember version) will show bad symbolic links with an '&' appended instead of '@' when showing partial completed filenames. What happen to that code? I found I miss that feature. Will come handy in this case.