Closed mralusw closed 3 years ago
Thanks, but is there any reference that find exec is a gnuism? I've thought exec is available everywhere, and printf is POSIX.
Oopsie -- sorry about that. I think I got confused working on too many things at once :(
The only other thing, looking again, might be to use find -exec +
. But, like sleep 0.NNN
, it's not really important.
Please drop this PR at your convenience.
... I misread it as find -printf
, not find -exec printf
, that is
The
find -printf
is more of a problem. I think I've also seen systems withoutsleep 0.NNN
semi-recently, but in any case adding|| sleep 1
can't hurt.