Hacker News new | ask | show | jobs
by eisbaw 1029 days ago
No, that is more messy and can easily leave lingering processes.

But it can be done in pure BASH: https://gist.github.com/mped-oticon/b11dafa937e694ce4fa6fbf2...

GNU parallel supports expansion, which bash_parallel doesn't. However bash_parallel works with bash functions, which GNU parallel doesn't.

1 comments

GNU parallel supports bash functions, provided you "export -f" them beforehand