parallel
Verified for current stable LTS
Parallel Commands
Parallel command syntax with verified terminal examples.
Commands
8 commands for Parallel
parallel Operations
Parallel Command: Convert Jpeg To Png
parallel convert {} {.}.png ::: *.jpg parallel HTTP
Parallel Command: Download Files Simultaneously
parallel -j 4 --bar --eta curl -sO {} :::: <path/to/links.txt> parallel Archive
Parallel Command: Gzip Multiple Files
parallel gzip ::: <path/to/file1 path/to/file2 ...> parallel Operations
Parallel Command: Parallel Xargs
<args> | parallel -X <command> parallel Operations
Parallel Command: Print Running Jobs Stderr
parallel -t <command> ::: <args> parallel Archive
Parallel Command: Read Stdin Run Jobs
ls *.txt | parallel -j 4 gzip parallel Operations
Parallel Command: Run Commands Via Ssh
parallel -S <machine1>,<machine2> <command> ::: <arg1> <arg2> parallel Operations
Parallel Command: Stdin Into Blocks
cat <big_file.txt> | parallel --pipe --block 1M <command> Suggest a Parallel Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Parallel workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.