zsh-users
 help / color / mirror / code / Atom feed
* Filename Generation - *(.)
@ 2007-10-05  8:03 Atom Smasher
  2007-10-05  8:41 ` Stephane Chazelas
  0 siblings, 1 reply; 4+ messages in thread
From: Atom Smasher @ 2007-10-05  8:03 UTC (permalink / raw)
  To: zsh-users

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-05  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-05  8:03 Filename Generation - *(.) Atom Smasher
2007-10-05  8:41 ` Stephane Chazelas
2007-10-05  8:44   ` Atom Smasher
2007-10-05  8:49   ` Stephane Chazelas

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).