28 lines
448 B
JSON
28 lines
448 B
JSON
{
|
|
"name": "fold",
|
|
"section": 1,
|
|
"title": "wrap each input line",
|
|
"synopsis": [
|
|
"fold [-w WIDTH] [FILE]..."
|
|
],
|
|
"description": "Fixed-width wrap without word break.",
|
|
"options": [
|
|
{
|
|
"flag": "-h, --help",
|
|
"meaning": "Print usage"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"fold",
|
|
"bare-os",
|
|
"coreutils"
|
|
],
|
|
"examples": [
|
|
{
|
|
"caption": "basic",
|
|
"code": "fold"
|
|
}
|
|
],
|
|
"listCategory": "coreutils"
|
|
}
|