{
    "content": [
        {
            "type": "text",
            "text": "# SLEEP (man)\n\n## NAME\n\nsleep - delay for a specified amount of time\n\n## SYNOPSIS\n\nsleep NUMBER[SUFFIX]...\nsleep OPTION\n\n## DESCRIPTION\n\nPause  for NUMBER seconds.  SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h'\nfor hours or 'd' for days.  NUMBER need not be an integer.   Given  two  or  more  arguments,\npause for the amount of time specified by the sum of their values.\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## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (1 subsections)\n- **AUTHOR**\n- **REPORTING BUGS**\n- **COPYRIGHT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "SLEEP",
        "section": "",
        "mode": "man",
        "summary": "sleep - delay for a specified amount of time",
        "synopsis": "sleep NUMBER[SUFFIX]...\nsleep OPTION",
        "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": [
            {
                "flag": "",
                "long": "--version",
                "arg": null,
                "description": "output version information and exit"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "sleep",
                "section": "3",
                "url": "https://www.chedong.com/phpMan.php/man/sleep/3/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": [
                    {
                        "name": "--version",
                        "lines": 2,
                        "long": "--version"
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "sleep - delay for a specified amount of time\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "sleep NUMBER[SUFFIX]...\nsleep OPTION\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Pause  for NUMBER seconds.  SUFFIX may be 's' for seconds (the default), 'm' for minutes, 'h'\nfor hours or 'd' for days.  NUMBER need not be an integer.   Given  two  or  more  arguments,\npause for the amount of time specified by the sum of their values.\n\n--help display this help and exit\n",
                "subsections": [
                    {
                        "name": "--version",
                        "content": "output version information and exit\n",
                        "long": "--version"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Written by Jim Meyering and Paul Eggert.\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "GNU coreutils online help: <https://www.gnu.org/software/coreutils/>\nReport any translation bugs to <https://translationproject.org/team/>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright  ©  2020 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3 or later\n<https://gnu.org/licenses/gpl.html>.\nThis is free software: you are free to change and redistribute it.  There is NO WARRANTY,  to\nthe extent permitted by law.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "sleep(3)\n\nFull documentation <https://www.gnu.org/software/coreutils/sleep>\nor available locally via: info '(coreutils) sleep invocation'\n\n\n\nGNU coreutils 8.32                          January 2026                                    SLEEP(1)",
                "subsections": []
            }
        }
    }
}