mirror of
https://github.com/uutils/coreutils
synced 2025-01-11 04:39:08 +00:00
253 B
253 B
nproc
nproc [OPTIONS]...
Print the number of cores available to the current process.
If the OMP_NUM_THREADS
or OMP_THREAD_LIMIT
environment variables are set, then
they will determine the minimum and maximum returned value respectively.