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

Re: Problem with "?" symbol



On 2010-08-03 09:46:57 -0500, Dan Nelson wrote:
> In the last episode (Aug 03), Manuel Presnitz said:
> > I think there is also a third solution:
> > 
> > Unset the option nomatch:
[...]
> 
> This can get you into trouble if you happen to have files matching
> your wildcard in the current directory. "noglob" completely disables
> globbing; "NO_NOMATCH" still tries to match the wildcard but leaves
> it if there are no matches.

Moreover the no_nomatch option is global, thus affects commands for
which one doesn't want this feature.

-- 
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)



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