Mail Archives: cygwin/1999/03/08/11:42:51
> >If you add the color or F switches then the CYGWIN1.DLL has to
> >determine the type of file. It will be opening every regular file
> >listed and reading a line from the file in order to determine the
type
> >of the file. You can imagine the overhead involved in this.
>
> No, I guess I can't, as bash under unix does not take this long, and
it would have to do the same thing.
Under Unix with a normal unix filesystem, the filesystem stores
attributes about each file.
With FAT filesystem there are no such attributes stored - cygwin has to
figure them out.
In particular, if a file is executable or not has be to guessed at by
reading
the first few characters of the file. So, cygwin has to open each file
to
determine this which doesn't happen under unix.
Dan
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -