Follow-up Comment #3, bug #50058 (project findutils):
True, -depth causes the elements of a directory to be processed before the
directory itself. But there's no specified way to affect the order in which
the items in a directory are processed. I suspect this comes from the
semantics of opendir/
Freeman Mayberry writes:
> So updatedb was taking too long, as in never finishing, I decided to try
> and find out why. However when I entered (after much googling):
>
> nice -n -19 updatedb --findoptions="-D stat"
>
> it kept telling me the option was not found.
>
>
> In file C:\cygwin64\bin\upda