{
    "content": [
        {
            "type": "text",
            "text": "# zstdgrep(1) (man)\n\n**Summary:** zstdgrep - print lines matching a pattern in zstandard-compressed files\n\n**Synopsis:** zstdgrep [grep-flags] [--] pattern [files ...]\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **EXIT STATUS** (2 lines)\n- **SEE ALSO** (1 lines) — 1 subsections\n  - zstd (1) (1 lines)\n- **AUTHORS** (5 lines)\n\n## Full Content\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\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\n### EXIT STATUS\n\nIn case of missing arguments or missing pattern, 1 will be returned, otherwise 0.\n\n### SEE ALSO\n\n#### zstd (1)\n\n### AUTHORS\n\nThomas Klausner wiz@NetBSD.org\n\n\n\nzstd 1.4.8                                  December 2020                                ZSTDGREP(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "zstdgrep",
        "section": "1",
        "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": []
            }
        ]
    }
}