Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[3.0.5] pattern ^*.tif gives non-existing file
- X-seq: zsh-users 1605
- From: Sven Guckes <guckes@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: [3.0.5] pattern ^*.tif gives non-existing file
- Date: Sat, 13 Jun 1998 21:06:13 +0200
- Mail-followup-to: zsh-users@xxxxxxxxxxxxxxx
"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 %-/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author