16 lines
415 B
JSON
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"
|
|
}
|
|
]
|
|
}
|