{
    "content": [
        {
            "type": "text",
            "text": "# DSCEXTRACT (man)\n\n## NAME\n\ndscextract - extract a single file from a Debian source package\n\n## SYNOPSIS\n\ndscextract [options] dscfile file\n\n## DESCRIPTION\n\ndscextract  reads  a single file from a Debian source package.  The idea is to only look into\n.diff.gz files (source format 1.0) or .debian.tar.gz/bz2 files (source format 3.0) where pos‐\nsible,  hence  avoiding to unpack large tarballs.  It is most useful for files in the debian/\nsubdirectory.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **EXIT STATUS**\n- **EXAMPLE**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DSCEXTRACT",
        "section": "",
        "mode": "man",
        "summary": "dscextract - extract a single file from a Debian source package",
        "synopsis": "dscextract [options] dscfile file",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-f",
                "long": null,
                "arg": null,
                "description": "if file was not found in the .diff.gz. (For 3.0 packages, it is assumed that debian/* are exactly the contents of debian.tar.gz/bz2.)"
            }
        ],
        "examples": [
            "dscextract dds2.1.1+ddd105-2.dsc debian/watch || test $? = 1"
        ],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-f",
                        "lines": 3,
                        "flag": "-f"
                    }
                ]
            },
            {
                "name": "EXIT STATUS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "EXAMPLE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "dscextract - extract a single file from a Debian source package\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "dscextract [options] dscfile file\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "dscextract  reads  a single file from a Debian source package.  The idea is to only look into\n.diff.gz files (source format 1.0) or .debian.tar.gz/bz2 files (source format 3.0) where pos‐\nsible,  hence  avoiding to unpack large tarballs.  It is most useful for files in the debian/\nsubdirectory.\n\nfile is relative to the first level directory contained in the package, i.e. with  the  first\ncomponent stripped.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-f",
                        "content": "if file was not found in the .diff.gz.  (For 3.0 packages, it is assumed that debian/*\nare exactly the contents of debian.tar.gz/bz2.)\n",
                        "flag": "-f"
                    }
                ]
            },
            "EXIT STATUS": {
                "content": "0      file was extracted.\n\n1      file was not found in the source package.\n\n2      An error occurred, like dscfile was not found.\n",
                "subsections": []
            },
            "EXAMPLE": {
                "content": "dscextract dds2.1.1+ddd105-2.dsc debian/watch || test $? = 1\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "dscextract was written by Christoph Berg <myon@debian.org>.\n\n\n\nDEBIAN                                    Debian Utilities                             DSCEXTRACT(1)",
                "subsections": []
            }
        }
    }
}