---

How to use your entire CPU in Bash with parallel

When CPU bound jobs are run in bash, such as gzipping log files, they will get compressed sequentially on a single CPU core. This guide explores how to use parallel to utilize every CPU core.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis