Forrest logo
back to context overview

nproc

List of commands for nproc:

  • nproc:tldr:1ad25 nproc: Display the number of available processing units.
    $ nproc
    try on your machine
    explain this command
  • nproc:tldr:7126e nproc: Display the number of installed processing units, including any inactive ones.
    $ nproc --all
    try on your machine
    explain this command
  • nproc:tldr:923a2 nproc: If possible, subtract a given number of units from the returned value.
    $ nproc --ignore ${count}
    try on your machine
    explain this command
back to context overview