Files
bare-operating-system/packages/bare-os-coreutils/man/pages/nl.json
T
2026-04-03 20:46:09 -04:00

16 lines
417 B
JSON

{
"name": "nl",
"section": 1,
"title": "line numbering utility",
"synopsis": ["nl [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of line numbering utility. Full behavior is defined in packages/bare-os-coreutils/src/nl.js.",
"options": [],
"keywords": ["nl", "bare-os", "coreutils"],
"examples": [
{
"caption": "number all lines",
"code": "nl README.md"
}
]
}