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 {} {}