Saturday, 12 May 2018

Linux for sysadmins | Linux from the command line -- Take advantage of that multi-core system with parallel

Linux for sysadmins | Linux from the command line -- Take advantage of that multi-core system with parallel

The parallel command, no surprise, lets tasks run in parallel. If you have multiple CPU cores, this can really make things go a lot faster. It's great for bulk jobs like converting files.
https://opensource.com/article/18/5/gnu-parallel

No comments:

Post a Comment