xjobs reads job descriptions line by line and executes them in parallel. It limits the number of parallel executing jobs.
Read moreTag: xargs
rust-parallel – execute commands in parallel
rust-parallel is a command-line utility to execute commands in parallel and aggregate their output. It’s written in Rust.
Read morerargs – xargs + awk with pattern matching support
Think of rargs as similar to xargs and awk with pattern-matching support. It’s written in the Rust programming language.
Read moreparallel – shell tool for executing jobs in parallel
parallel is a shell tool for executing jobs in parallel using one or more computers. This tool is written in Perl.
Read more