Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Another globbing problem
- X-seq: zsh-workers 7642
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Another globbing problem
- Date: 04 Sep 1999 08:58:24 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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