John Fremlin <[EMAIL PROTECTED]> writes: > > Please don't use glob. It's broken. > > Sorry, I don't understand how )-: There are many problems. One problem not mentioned is that csh (on some platforms) like to stat just about every file it can find. This is not a big deal on most machines, but if you happen to be using a networked file system, it can be a real pain. /Johan
- Patch: $(wildcard *.c) style globbing John Fremlin
- Re: Patch: $(wildcard *.c) style globbing Johan Danielsson
- Re: Patch: $(wildcard *.c) style globbing John Fremlin
- Re: Patch: $(wildcard *.c) style globbing Alexandre Oliva
- Re: Patch: $(wildcard *.c) style globbin... John Fremlin
- Re: Patch: $(wildcard *.c) style globbing Johan Danielsson
- Re: Patch: $(wildcard *.c) style globbin... Russ Allbery
- Re: Patch: $(wildcard *.c) style globbing Tom Tromey