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

16 lines
415 B
JSON

{
"name": "stat",
"section": 1,
"title": "display file status",
"synopsis": ["stat [OPTION]... [OPERAND]..."],
"description": "Bare OS implementation of display file status. Full behavior is defined in packages/bare-os-coreutils/src/stat.js.",
"options": [],
"keywords": ["stat", "bare-os", "coreutils"],
"examples": [
{
"caption": "metadata",
"code": "stat ~/README.md"
}
]
}