28 lines
457 B
JSON
28 lines
457 B
JSON
{
|
|
"name": "pr",
|
|
"section": 1,
|
|
"title": "paginate or columnate",
|
|
"synopsis": [
|
|
"pr [-w WIDTH] [-n] [FILE]..."
|
|
],
|
|
"description": "Minimal column print and optional line numbers.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"pr",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "pr"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|