in reply to Re: scalable duplicate file remover
in thread scalable duplicate file remover

Thank you very much for the optimisation proposed.
As I read from -X operators documentation I saw they
were using " _ " as you are using also.
Couldn't just one call to stat be performed and get all the information from there(including
the information provided by the -X operators) ?

Replies are listed 'Best First'.
Re^3: scalable duplicate file remover
by jwkrahn (Abbot) on Mar 03, 2008 at 18:41 UTC
    Yes, and in fact that is what I have shown in the example code I posted above.