usage.txt (591B)
1 2 Usage: parallel [options] <script1> <script2> ... 3 4 Options: 5 6 -h, --help Print this message. 7 -V, --version Print the package version. 8 --cmd cmd Executable file/command. 9 --workers num Number of workers. 10 --concurrency num Number of scripts to run concurrently. 11 --ordered Preserve order of script output. 12 --uid uid Process user identity. 13 --gid gid Process group identity. 14 --maxbuffer size Max buffer size for stdout and stderr. 15