Re: [gpfsug-discuss] mmfind -ls, -exec but use -xargs wherever you can.

2018-02-23 Thread Marc A Kaplan
So much the more reasons to use mmfind ... -xargs ... Which, for large number of files, gives you a very much more performant and parallelized execution of the classic find ... | xargs ... The difference is exec is run in line with the evaluation of the other find conditionals (like

Re: [gpfsug-discuss] mmfind -ls

2018-02-22 Thread Marc A Kaplan
Leaving aside the -exec option, and whether you choose classic find or mmfind, why not just use the -ls option - same output, less overhead... mmfind pathname -type f -ls From: John Hearns To: gpfsug main discussion list Cc: