Mail Archives: djgpp-workers/1999/04/06/05:35:07
Hi all,
I have a question about the filename matching on the command line.
An argument of `*/' matches directories *and* normal files.
An argument of `*/' _in Bash_ does *not* match normal files, only
directories.
I think this difference exists, because the DJGPP command line matching
routines do not want to stat every filename to see if it is a directory or
not, because that would mean the minimum executable size would increase too
much. DOS also returns files for *.*\, IIRC.
Maybe we should document this somewhere, though. Where?
Also, is noticed `abC*' expands to `ABC', whereas `aBc*' expands to `abc'.
Why?
--
*Groeten, Michel* _http://www.cs.vu.nl/~mdruiter_
____________
\ /====\ / "You know, Beavis, you need things that suck,
\/ \/ to have things that are cool", Butt-Head.
- Raw text -