Bash - Multithreading

In the age of multi-core CPU's, there's also a need for properly optimized application. Since the vast majority of the linux utilities only allow you to specify ONE input/output file, it's our job to script it to exhaust all the Cores.
When I got my first ...

more ...