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

Re: bug?!?



Xander van Wiggen wrote:
>   % setopt nobadpattern
>   % echo foo*
>   zsh: no matches found: foo*

Wrong option.  You want nonomatch.  nobadpattern is for patterns like `a['.

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author