{
    "content": [
        {
            "type": "text",
            "text": "# SCSI_READY(8) (man)\n\n**Summary:** scsiready - do SCSI TEST UNIT READY on devices\n\n**Synopsis:** scsiready [--brief] [--help] [--verbose] DEVICE [DEVICE]*\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -b | --brief | — | for each DEVICE given output a line containing either ' ready' or ' device not ready'. If DEVICE is not found or there i |\n| -h | --help | — | print out the usage message then exit. |\n| -v | --verbose | — | increase level or verbosity. |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (4 lines)\n- **OPTIONS** (2 lines) — 3 subsections\n  - -b --brief (4 lines)\n  - -h --help (2 lines)\n  - -v --verbose (2 lines)\n- **EXIT STATUS** (3 lines)\n- **AUTHORS** (2 lines)\n- **COPYRIGHT** (4 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nscsiready - do SCSI TEST UNIT READY on devices\n\n### SYNOPSIS\n\nscsiready [--brief] [--help] [--verbose] DEVICE [DEVICE]*\n\n### DESCRIPTION\n\nThis  bash shell script calls the sgturs utility on each given DEVICE. This will send a SCSI\nTEST UNIT READY command to each DEVICE. Disks, tape drives and DVD/BD players amongst  others\nmay respond to this SCSI command.\n\n### OPTIONS\n\nArguments to long options are mandatory for short options as well.\n\n#### -b --brief\n\nfor  each  DEVICE given output a line containing either '    ready' or '    device not\nready'. If DEVICE is not found or there is another serious error then an error message\nwill appear instead.\n\n#### -h --help\n\nprint out the usage message then exit.\n\n#### -v --verbose\n\nincrease level or verbosity.\n\n### EXIT STATUS\n\nThe  exit status of this script is 0 when it is successful. Otherwise the exit status is that\nof the last sgturs utility called. See the sg3utils(8) man page.\n\n### AUTHORS\n\nWritten by D. Gilbert\n\n### COPYRIGHT\n\nCopyright © 2009-2013 Douglas Gilbert\nThis software is distributed under a FreeBSD license. There is NO warranty; not even for MER‐\nCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n### SEE ALSO\n\nsgturs (sg3utils)\n\n\n\nsg3utils-1.36                                May 2013                                 SCSIREADY(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "SCSI_READY",
        "section": "8",
        "mode": "man",
        "summary": "scsiready - do SCSI TEST UNIT READY on devices",
        "synopsis": "scsiready [--brief] [--help] [--verbose] DEVICE [DEVICE]*",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-b",
                "long": "--brief",
                "arg": null,
                "description": "for each DEVICE given output a line containing either ' ready' or ' device not ready'. If DEVICE is not found or there is another serious error then an error message will appear instead."
            },
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "print out the usage message then exit."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "increase level or verbosity."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 2,
                "subsections": [
                    {
                        "name": "-b --brief",
                        "lines": 4,
                        "flag": "-b",
                        "long": "--brief"
                    },
                    {
                        "name": "-h --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "-v --verbose",
                        "lines": 2,
                        "flag": "-v",
                        "long": "--verbose"
                    }
                ]
            },
            {
                "name": "EXIT STATUS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}