28 lines
457 B
JSON
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"
|
|
}
|