From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29906 invoked from network); 13 Jun 1998 19:22:39 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 Jun 1998 19:22:39 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id PAA16438; Sat, 13 Jun 1998 15:06:22 -0400 (EDT) Resent-Date: Sat, 13 Jun 1998 15:05:09 -0400 (EDT) Message-ID: <19980613210613.U3086@math.fu-berlin.de> Date: Sat, 13 Jun 1998 21:06:13 +0200 From: Sven Guckes To: zsh-users@math.gatech.edu Subject: [3.0.5] pattern ^*.tif gives non-existing file Mail-Followup-To: zsh-users@math.gatech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.92.8i X-Mailer-Info: http://www.math.fu-berlin.de/~guckes/mutt/ Resent-Message-ID: <"gfoFL.0.m_3.ariWr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1605 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu "Identify, user!" $ echo $ZSH_VERSION 3.0.5 Here we go: I wanted to quickly see all non-TIFF files in the TIFF dir. So I thought the file pattern must be "^*.tif". But see: $ cd pics/tiff $ ls ^*.tif doku04.tif doku04b.tif Now, both these files certainly do end in ".tif". Huh? But now the scary part: doku04.tif does not exist! Should I upgrade the ZSH? Or am I misreading file pattern again? Sven %-/