{
    "content": [
        {
            "type": "text",
            "text": "# hostid(1) (man)\n\n## TLDR\n\n> Print the numeric identifier for the current host (not necessarily the IP address).\n\n- Display the numeric identifier for the current host in hexadecimal:\n  `hostid`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** hostid - print the numeric identifier for the current host\n\n**Synopsis:** hostid [OPTION]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --version | — | output version information and exit |\n\n## See Also\n\n- gethostid(3)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines) — 1 subsections\n  - --version (2 lines)\n- **AUTHOR** (2 lines)\n- **REPORTING BUGS** (3 lines)\n- **COPYRIGHT** (5 lines)\n- **SEE ALSO** (8 lines)\n\n## Full Content\n\n### NAME\n\nhostid - print the numeric identifier for the current host\n\n### SYNOPSIS\n\nhostid [OPTION]\n\n### DESCRIPTION\n\nPrint the numeric identifier (in hexadecimal) for the current host.\n\n--help display this help and exit\n\n#### --version\n\noutput version information and exit\n\n### AUTHOR\n\nWritten by Jim Meyering.\n\n### REPORTING BUGS\n\nGNU coreutils online help: <https://www.gnu.org/software/coreutils/>\nReport any translation bugs to <https://translationproject.org/team/>\n\n### COPYRIGHT\n\nCopyright  ©  2020 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3 or later\n<https://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.  There is NO WARRANTY,  to\nthe extent permitted by law.\n\n### SEE ALSO\n\ngethostid(3)\n\nFull documentation <https://www.gnu.org/software/coreutils/hostid>\nor available locally via: info '(coreutils) hostid invocation'\n\n\n\nGNU coreutils 8.32                          January 2026                                   HOSTID(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "hostid",
        "section": "1",
        "mode": "man",
        "summary": "hostid - print the numeric identifier for the current host",
        "synopsis": "hostid [OPTION]",
        "tldr_summary": "Print the numeric identifier for the current host (not necessarily the IP address).",
        "tldr_examples": [
            {
                "description": "Display the numeric identifier for the current host in hexadecimal",
                "command": "hostid"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "output version information and exit"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "gethostid",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/gethostid/3/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": [
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            }
        ]
    }
}