{
    "content": [
        {
            "type": "text",
            "text": "# zfgrep (man)\n\n## NAME\n\nzgrep - search possibly compressed files for a regular expression\n\n## SYNOPSIS\n\nzgrep [ grepoptions ] [ -e ] pattern filename...\n\n## DESCRIPTION\n\nZgrep invokes grep on compressed or gzipped files.  All options specified are passed directly\nto grep.  If no file is specified, then the standard input is decompressed if  necessary  and\nfed to grep.  Otherwise the given files are uncompressed if necessary and fed to grep.\n\n## TLDR\n\n> This command is an alias of `zgrep --fixed-strings`.\n\n- View documentation for the original command:\n  `tldr zgrep`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **EXIT STATUS**\n- **BUGS**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "zfgrep",
        "section": "",
        "mode": "man",
        "summary": "zgrep - search possibly compressed files for a regular expression",
        "synopsis": "zgrep [ grepoptions ] [ -e ] pattern filename...",
        "tldr_summary": "This command is an alias of `zgrep --fixed-strings`.",
        "tldr_examples": [
            {
                "description": "View documentation for the original command",
                "command": "tldr zgrep"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "grep",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/grep/1/json"
            },
            {
                "name": "gzexe",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gzexe/1/json"
            },
            {
                "name": "gzip",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gzip/1/json"
            },
            {
                "name": "zdiff",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zdiff/1/json"
            },
            {
                "name": "zforce",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zforce/1/json"
            },
            {
                "name": "zmore",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zmore/1/json"
            },
            {
                "name": "znew",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/znew/1/json"
            },
            {
                "name": "ZGREP",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ZGREP/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "zgrep - search possibly compressed files for a regular expression\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "zgrep [ grepoptions ] [ -e ] pattern filename...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Zgrep invokes grep on compressed or gzipped files.  All options specified are passed directly\nto grep.  If no file is specified, then the standard input is decompressed if  necessary  and\nfed to grep.  Otherwise the given files are uncompressed if necessary and fed to grep.\n\nIf the GREP environment variable is set, zgrep uses it as the grep program to be invoked.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "Exit status is 0 for a match, 1 for no matches, and 2 if trouble.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "The  following  grep  options  are not supported: --dereference-recursive (-R), --directories\n(-d), --exclude, --exclude-from, --exclude-dir, --include, --null (-Z), --null-data (-z), and\n--recursive (-r).\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Charles Levert (charles@comm.polymtl.ca)\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "grep(1), gzexe(1), gzip(1), zdiff(1), zforce(1), zmore(1), znew(1)\n\n\n\nZGREP(1)",
                "subsections": []
            }
        }
    }
}