top | item 10649148

(no title)

aaptel | 10 years ago

xargs can consume multiple files at once. I'd say less forking/execv, better perf.

discuss

order

lmm|10 years ago

find -exec can do multiple files at once too (use + instead of ;).