parallel

Run commands on multiple CPU cores. Gzip several files at…

parallel

Run commands on multiple CPU cores.

parallel gzip ::: {{file1}} {{file2}} {{file3}}

ls *.txt | parallel -j4 gzip

parallel convert {} {.}.png ::: *.jpg

{{args}} | parallel -X {{command}}

cat {{big_file.txt}} | parallel --pipe --block 1M {{command}}

parallel -S {{machine1}},{{machine2}} {{command}} ::: {{arg1}} {{arg2}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← paperkey parallel-lint →