Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ? in filename matching



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