22 lines
441 B
JSON
22 lines
441 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"
|
|
}
|
|
]
|
|
}
|