Monday 14 March 2016

Bash Run a Given Function in Parallel

How to run given function in Bash in parallel?

GNU Parallel and Bash functions: How to run the simple example from the manual

Bash script processing commands in parallel

parallel -j $NSLOTS -q --pipe <commands>

No comments:

Post a Comment