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

Re: man page bug for negative pattern?



> > > Han Pingtian <hanpt@xxxxxxxxxxxxxxxxxx <javascript:;>>
> > But if "^" has a higher precedence than "/", then
> >
> >   "^foo/bar"
> >
> > will match any files in "." other than "foo/bar"?
>

"Has a higher precedence" means it parses as
(^foo) /bar
"Binds more closely" might be a clearer phrase.

pws


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