{
    "content": [
        {
            "type": "text",
            "text": "# pwd (info)\n\n## Sections\n\n- **File: coreutils.info,  Node: pwd invocation,  Next: stty invocation,  Up: Working context** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pwd",
        "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: pwd invocation,  Next: stty invocation,  Up: Working context",
                "lines": 1,
                "subsections": [
                    {
                        "name": "19.1 'pwd': Print working directory",
                        "lines": 32
                    }
                ]
            }
        ],
        "sections": {
            "File: coreutils.info,  Node: pwd invocation,  Next: stty invocation,  Up: Working context": {
                "content": "",
                "subsections": [
                    {
                        "name": "19.1 'pwd': Print working directory",
                        "content": "'pwd' prints the name of the current directory.  Synopsis:\n\npwd [OPTION]...\n\nThe program accepts the following options.  Also see *note Common\noptions::.\n\n'-L'\n'--logical'\nIf the contents of the environment variable 'PWD' provide an\nabsolute name of the current directory with no '.' or '..'\ncomponents, but possibly with symbolic links, then output those\ncontents.  Otherwise, fall back to default '-P' handling.\n\n'-P'\n'--physical'\nPrint a fully resolved name for the current directory.  That is,\nall components of the printed name will be actual directory\nnames--none will be symbolic links.\n\nIf '-L' and '-P' are both given, the last one takes precedence.  If\nneither option is given, then this implementation uses '-P' as the\ndefault unless the 'POSIXLYCORRECT' environment variable is set.\n\nDue to shell aliases and built-in 'pwd' functions, using an unadorned\n'pwd' interactively or in a script may get you different functionality\nthan that described here.  Invoke it via 'env' (i.e., 'env pwd ...') to\navoid interference from the shell.\n\nAn exit status of zero indicates success, and a nonzero value\nindicates failure.\n"
                    }
                ]
            }
        }
    }
}