linux parallel Parallel tricks GNU doc: https://www.gnu.org/software/parallel/parallel_examples.html Run N processes by sources from file cat foo.txt | parallel -j 4 'checks.sh {}'