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.


Installation

Most Linux distributions offer a parallel package.


Usage

If using pdfimages on multiple PDF files, try:

ls * | parallel pdfimages -png {} {}


See also

parallel(1)


CategoryRicottone

Parallel (last edited 2024-04-18 14:22:48 by DominicRicottone)