{
    "content": [
        {
            "type": "text",
            "text": "# pwdx (man)\n\n## NAME\n\npwdx - report current working directory of a process\n\n## SYNOPSIS\n\npwdx [options] pid [...]\n\n## TLDR\n\n> Print working directory of a process.\n\n- Print current working directory of a process:\n  `pwdx {{process_id}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **OPTIONS** (2 subsections)\n- **SEE ALSO**\n- **STANDARDS**\n- **AUTHOR**\n- **REPORTING BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "pwdx",
        "section": "",
        "mode": "man",
        "summary": "pwdx - report current working directory of a process",
        "synopsis": "pwdx [options] pid [...]",
        "tldr_summary": "Print working directory of a process.",
        "tldr_examples": [
            {
                "description": "Print current working directory of a process",
                "command": "pwdx {{process_id}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "-V",
                "long": "--version",
                "arg": null,
                "description": "Output version information and exit."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Output help screen and exit."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "ps",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ps/1/json"
            },
            {
                "name": "pgrep",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pgrep/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-V --version",
                        "lines": 2,
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "STANDARDS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "pwdx - report current working directory of a process\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "pwdx [options] pid [...]\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-V --version",
                        "content": "Output version information and exit.\n",
                        "flag": "-V",
                        "long": "--version"
                    },
                    {
                        "name": "-h --help",
                        "content": "Output help screen and exit.\n",
                        "flag": "-h",
                        "long": "--help"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "ps(1), pgrep(1)\n",
                "subsections": []
            },
            "STANDARDS": {
                "content": "No standards apply, but pwdx looks an awful lot like a SunOS command.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Nicholas Miell ⟨nmiell@gmail.com⟩ wrote pwdx in 2004.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Please send bug reports to ⟨procps@freelists.org⟩\n\n\n\nprocps-ng                                    2020-06-04                                      PWDX(1)",
                "subsections": []
            }
        }
    }
}