Files
bare-operating-system/packages/bare-os-coreutils/man/pages/nproc.json
T
2026-04-03 23:04:42 -04:00

28 lines
472 B
JSON

{
"name": "nproc",
"section": 1,
"title": "print number of processing units",
"synopsis": [
"nproc [--all]"
],
"description": "Counts processor lines in /proc/cpuinfo or BARE_OS_NPROC.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"nproc",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "nproc"
}
],
"listCategory": "coreutils"
}