nproc
v(uutils coreutils) 0.1.0
Options
--all- 
nproc-help-all
 --ignore=<N>- 
nproc-help-ignore
 
Examples
Display the number of available processing units:
nproc
Display the number of installed processing units, including any inactive ones:
nproc --all
If possible, subtract a given number of units from the returned value:
nproc --ignore {{count}}
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.