{
    "content": [
        {
            "type": "text",
            "text": "# printenv (info)\n\n## Sections\n\n- **File: coreutils.info,  Node: printenv invocation,  Next: tty invocation,  Prev: stty invocation,  Up: Working context** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "printenv",
        "section": "",
        "mode": "info",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "File: coreutils.info,  Node: printenv invocation,  Next: tty invocation,  Prev: stty invocation,  Up: Working context",
                "lines": 1,
                "subsections": [
                    {
                        "name": "19.3 'printenv': Print all or some environment variables",
                        "lines": 23
                    }
                ]
            }
        ],
        "sections": {
            "File: coreutils.info,  Node: printenv invocation,  Next: tty invocation,  Prev: stty invocation,  Up: Working context": {
                "content": "",
                "subsections": [
                    {
                        "name": "19.3 'printenv': Print all or some environment variables",
                        "content": "'printenv' prints environment variable values.  Synopsis:\n\nprintenv [OPTION] [VARIABLE]...\n\nIf no VARIABLEs are specified, 'printenv' prints the value of every\nenvironment variable.  Otherwise, it prints the value of each VARIABLE\nthat is set, and nothing for those that are not set.\n\nThe program accepts the following option.  Also see *note Common\noptions::.\n\n'-0'\n'--null'\nOutput a zero byte (ASCII NUL) at the end of each line, rather than\na newline.  This option enables other programs to parse the output\neven when that output would contain data with embedded newlines.\n\nExit status:\n\n0 if all variables specified were found\n1 if at least one specified variable was not found\n2 if a write error occurred\n"
                    }
                ]
            }
        }
    }
}