The -p option specifies the number of CPU cores to use. This is useful if automatic detection fails or you need cores free for other jobs:
pbzip2 -p4 myfile.tar
This will tell pbzip2 to use 4 CPUs.
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
The -p option specifies the number of CPU cores to use. This is useful if automatic detection fails or you need cores free for other jobs:
pbzip2 -p4 myfile.tar
This will tell pbzip2 to use 4 CPUs.