parallel
GNU parallel
   4 min read    Riku Takei
Intro GNU parallel (commonly referred to as just parallel) is a command line tool that allows you to run multiple independent tasks at the same time by using the available cores on a computer. This post will cover: How to use parallel Some useful …