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