Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ? in filename matching
- X-seq: zsh-users 892
- From: Zefram <zefram@xxxxxxxxxxxxxxxxx>
- To: luomat@xxxxxxxx
- Subject: Re: ? in filename matching
- Date: Tue, 10 Jun 1997 16:27:24 +0100 (BST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.NXT.3.96.970610110224.12669A-100000@cc344191-a> from "Timothy J. Luoma" at Jun 10, 97 11:05:11 am
Timothy J. Luoma wrote:
>and I want to match them all, I thought I did 'ls file.????' (to get
>just the files named 'file.' with 4 characters after the .)
>
>now I get 'file.???? not found'
Do the files still exist? Of have you possibly typed "setopt noglob",
"unsetopt glob" or "set -f"?
-zefram
Messages sorted by:
Reverse Date,
Date,
Thread,
Author