env_parallel.pdksh

build and execute command lines from standard input in parallel

Debian Debian
RUN apt-get update && \ apt-get install -y parallel
Ubuntu
RUN apt-get update && \ apt-get install -y parallel
Alpine
RUN apk add parallel
Arch Arch Linux
RUN pacman -S --noconfirm parallel
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y parallel
Fedora
RUN dnf install -y parallel
Raspbian
RUN apt-get update && \ apt-get install -y parallel
click the source code to copy install env_parallel.pdksh on any operating system with command-not-found.com