{
    "content": [
        {
            "type": "text",
            "text": "# ZSTDGREP (man)\n\n## NAME\n\nzstdgrep - print lines matching a pattern in zstandard-compressed files\n\n## SYNOPSIS\n\nzstdgrep [grep-flags] [--] pattern [files ...]\n\n## DESCRIPTION\n\nzstdgrep  runs grep (1) on files or stdin, if no files argument is given, after decompressing\nthem with zstdcat (1).\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **EXIT STATUS**\n- **SEE ALSO** (1 subsections)\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ZSTDGREP",
        "section": "",
        "mode": "man",
        "summary": "zstdgrep - print lines matching a pattern in zstandard-compressed files",
        "synopsis": "zstdgrep [grep-flags] [--] pattern [files ...]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 1,
                "subsections": [
                    {
                        "name": "zstd (1)",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "AUTHORS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "zstdgrep - print lines matching a pattern in zstandard-compressed files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "zstdgrep [grep-flags] [--] pattern [files ...]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "zstdgrep  runs grep (1) on files or stdin, if no files argument is given, after decompressing\nthem with zstdcat (1).\n\nThe grep-flags and pattern arguments are passed on to grep (1). If an -e flag is found in the\ngrep-flags, zstdgrep will not look for a pattern argument.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "In case of missing arguments or missing pattern, 1 will be returned, otherwise 0.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "",
                "subsections": [
                    {
                        "name": "zstd (1)",
                        "content": ""
                    }
                ]
            },
            "AUTHORS": {
                "content": "Thomas Klausner wiz@NetBSD.org\n\n\n\nzstd 1.4.8                                  December 2020                                ZSTDGREP(1)",
                "subsections": []
            }
        }
    }
}