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

Another globbing problem



Z(2):akr@is27e1u11% Src/zsh -f
is27e1u11% setopt extendedglob
is27e1u11% echo ./*
./CVS ./ChangeLog ./ChangeLog.3.0 ./Completion ./Config ./Doc ./Etc ./Functions ./INSTALL ./META-FAQ ./Makefile ./Makefile.in ./Misc ./README ./Src ./StartupFiles ./Util ./acconfig.h ./aclocal.m4 ./aczsh.m4 ./config.cache ./config.guess ./config.h ./config.h.in ./config.log ./config.status ./config.sub ./configure ./configure.in ./install-sh ./mkinstalldirs ./stamp-h ./stamp-h.in ./status
is27e1u11% echo ./*~./ChangeLog
zsh: no matches found: ./*~./ChangeLog

This should be:

is27e1u11% echo ./*~./ChangeLog
./CVS ./ChangeLog.3.0 ./Completion ./Config ./Doc ./Etc ./Functions ./INSTALL ./META-FAQ ./Makefile ./Makefile.in ./Misc ./README ./Src ./StartupFiles ./Util ./acconfig.h ./aclocal.m4 ./aczsh.m4 ./config.cache ./config.guess ./config.h ./config.h.in ./config.log ./config.status ./config.sub ./configure ./configure.in ./install-sh ./mkinstalldirs ./stamp-h ./stamp-h.in ./status

zsh-3.1.6-pws-2 works well, but my 3.1.6-pws-2+ doesn't.
-- 
Tanaka Akira



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