On Sun, May 20, 2007 at 01:59:55PM -0500, Karl Berry wrote: > `ls -U` may be faster than the `find` > > Either way I surmised it's a matter of reading every dirent, and I > figured that should be about the same whichever program does it.
It's about skipping the sort, which was indispensible whenever I worked in that directory, though it has shrunk a lot since I last visited it :) (100000 -> 700 files) -- Sylvain
