⇤ ← Revision 1 as of 2024-04-18 14:22:00
Size: 560
Comment: Initial commit
|
← Revision 2 as of 2024-04-18 14:22:48 ⇥
Size: 653
Comment: Link
|
Deletions are marked like this. | Additions are marked like this. |
Line 27: | Line 27: |
---- == See also == [[https://man.archlinux.org/man/parallel.1.en|parallel(1)]] |
Parallel
parallel(1), often referred to as GNU parallel to differentiate it from the generic word 'parallel', is a command line utility for executing shell commands or scripts in parallel.
Contents
Installation
Most Linux distributions offer a parallel package.
Usage
If using pdfimages on multiple PDF files, try:
ls * | parallel pdfimages -png {} {}