-n 1 -P 4
2025-08-14 18:39:37.120692+02 by Dan Lyke 0 comments
Oooh: yesterday I learned about using the -n <max args>
and -P <max procs>
arguments to xargs
to distribute commands over multiple processors, akin to -j
for make
.
Now to suss out how many cores my various little machines here actually have.