6 ms·
xargs can consume multiple files at once. I'd say less forking/execv, better perf.
by aaptel 11y ago
xargs can consume multiple files at once. I'd say less forking/execv, better perf.
- lmm 11y agofind -exec can do multiple files at once too (use + instead of ;).