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

28 lines
437 B
JSON

{
"name": "vdir",
"section": 1,
"title": "verbose directory listing",
"synopsis": [
"vdir [OPTION]... [FILE]..."
],
"description": "Delegates to ls -l.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"vdir",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "vdir"
}
],
"listCategory": "coreutils"
}