>>>>> "Kai" == Kai Großjohann <[EMAIL PROTECTED]> writes:
> I'm not sure if it is possible to fix this easily.  Hm.  Maybe I could
> `ls -l' the whole directory and then pick out the information that's
> needed from that.  Yes, that could work.  But it might be
> inefficient.  I'll put it on the todo list and I'll document this, as well.

There are many alternatives.  For example using `ls -aF' instead of `ls -a'
would immediately give the directory info (ideal).
Or else `find -type d -print ! -name . -prune'


        Stefan

Reply via email to