Open codemonkeysoftware opened 4 years ago
https://en.wikipedia.org/wiki/GNU_parallel might work better than the for loop, with potentially increased performance due to parallelization of the task.
Or maybe even just xargs
https://en.wikipedia.org/wiki/GNU_parallel might work better than the for loop, with potentially increased performance due to parallelization of the task.