{
    "content": [
        {
            "type": "text",
            "text": "# sleep (perldoc)\n\n## TLDR\n\n> Delay for a specified amount of time.\n\n- Delay in seconds:\n  `sleep {{seconds}}`\n- Execute a specific command after 20 seconds delay:\n  `sleep 20 && {{command}}`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "sleep",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Delay for a specified amount of time.",
        "tldr_examples": [
            {
                "description": "Delay in seconds",
                "command": "sleep {{seconds}}"
            },
            {
                "description": "Execute a specific command after 20 seconds delay",
                "command": "sleep 20 && {{command}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}