TLDR
Enter a command. For example: in2csv, az bicep, maestral, kiwi ng.

nproc

 
Print the number of processing units (normally CPUs) available. More information: https://www.gnu.org/software/coreutils/nproc.
 
  • 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.