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

Re: Why is this happening in zsh?



On Wed, 14 Mar 2012 19:59:02 +0100 (CET)
Anonymous <remailer@xxxxxxxxxxxxxxxxxxx> wrote:
> fossil --ignore *.class
> zsh: no matches found *.class

  setopt nonomatch

fixes this.

If you are generally speaking expecting bash-like behaviour you might
want to read the zshoptions manual page and note in particular options
that are marked <S> (on in sh emulation) or <Z> (on by default in zsh
but not necessarily emulations of other shells.

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/



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