History log of /freebsd-current/bin/nproc/Makefile
Revision Date Author Comments
# 48bfd359 04-Feb-2023 Mateusz Guzik <mjg@FreeBSD.org>

Add nproc(1)

This program prints the number of CPU threads it can run on, while
respecting cpusets (or not, depending on switches).

It aims to be compatible with nproc as found in GNU coreutils.

Reviewed by: des
Reviewed by: pstef
Differential Revision: https://reviews.freebsd.org/D38386