{
    "content": [
        {
            "type": "text",
            "text": "# exit (perldoc)\n\n## TLDR\n\n> Exit the shell.\n\n- Exit with the exit status of the most recently executed command:\n  `exit`\n- Exit with a specific exit status:\n  `exit {{exit_code}}`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "exit",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Exit the shell.",
        "tldr_examples": [
            {
                "description": "Exit with the exit status of the most recently executed command",
                "command": "exit"
            },
            {
                "description": "Exit with a specific exit status",
                "command": "exit {{exit_code}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}