= 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 [[https://wiki.dominic-ricottone.com/PopplerUtilities#Extracting_Images|pdfimages]] on multiple PDF files, try: {{{ ls * | parallel pdfimages -png {} {} }}} ---- == See also == [[https://man.archlinux.org/man/parallel.1.en|parallel(1)]] ---- CategoryRicottone