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

Filename Generation - *(.)



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