Hi, I find that "-exec test ..." can be slower than "-exec $(which test) ...". Is possible that `find` internally use "which", so that users don't need to explicitly call it? Thanks.
-- Regards, Peng
Hi, I find that "-exec test ..." can be slower than "-exec $(which test) ...". Is possible that `find` internally use "which", so that users don't need to explicitly call it? Thanks.
-- Regards, Peng