Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

I recently discovered GNU Parallel, a simple and useful parallel program implemented in Perl, which can easily execute various commands in Bash in parallel. This is particularly useful for tasks that can be divided into independent subtasks.