Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Filename Generation - *(.)
- X-seq: zsh-users 11929
- From: Atom Smasher <atom@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Filename Generation - *(.)
- Date: Fri, 5 Oct 2007 21:03:32 +1300 (NZDT)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Openpgp: id=0xB88D52E4D9F57808; algo=1 (RSA); size=4096; url=http://atom.smasher.org/pgp.txt
these do what i'd expect:
ls ./*(.) # list all regular files in the current dir
ls *(.) # list all regular files in the current dir
grep foo ./*(.) # grep 'foo' from regular files in the current dir
this doesn't:
grep foo *(.)
can anyone explain that?
zsh 4.3.4 (amd64-portbld-freebsd6.2)
--
...atom
________________________
http://atom.smasher.org/
762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
-------------------------------------------------
Hofstadter's law:
Any computer project will take twice as long as you think
it will even when you take into account Hofstadter's law.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author