{
    "mode": "perldoc",
    "parameter": "sleep",
    "section": "-f",
    "url": "https://www.chedong.com/phpMan.php/perldoc/sleep/json",
    "generated": "2026-06-03T05:22:51Z",
    "sections": [],
    "flags": [],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "Delay for a specified amount of time.",
        "examples": [
            {
                "description": "Delay in seconds",
                "command": "sleep {{seconds}}"
            },
            {
                "description": "Execute a specific command after 20 seconds delay",
                "command": "sleep 20 && {{command}}"
            }
        ]
    }
}