Files
bare-operating-system/packages/bare-os-coreutils/man/pages/stat.json
T

22 lines
439 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"
}
]
}