On Thu, Sep 13, 2018 at 02:00:10PM +0200, Edgar Fuß wrote: > The objective was to write s shell script that parallelized invocations of > some command, but only up to a certain number of jobs running in parallel. > There were two ideas to implement this, one using the jobs utility to track > the current invocations and one to manually track them on a list.
You mean xargs -p, essentially? Joerg