28 lines
472 B
JSON
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"
|
|
}
|