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

28 lines
439 B
JSON

{
"name": "who",
"section": 1,
"title": "show who is logged on",
"synopsis": [
"who [OPTION]..."
],
"description": "Minimal session table from environment.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"who",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "who"
}
],
"listCategory": "coreutils"
}