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

28 lines
457 B
JSON

{
"name": "hostid",
"section": 1,
"title": "print numeric host identifier",
"synopsis": [
"hostid"
],
"description": "Eight hex digits from HOSTID env or session hash.",
"options": [
{
"flag": "-h, --help",
"meaning": "Print usage"
}
],
"keywords": [
"hostid",
"bare-os",
"coreutils"
],
"examples": [
{
"caption": "basic",
"code": "hostid"
}
],
"listCategory": "coreutils"
}