Files
bare-operating-system/packages/bare-os-coreutils/man/pages/expand.json
T
2026-04-03 23:04:42 -04:00

28 lines
448 B
JSON

{
"name": "expand",
"section": 1,
"title": "convert tabs to spaces",
"synopsis": [
"expand [-t N] [FILE]..."
],
"description": "Uniform tab width (default 8).",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"expand",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "expand"
}
],
"listCategory": "coreutils"
}