{
    "content": [
        {
            "type": "text",
            "text": "# zfgrep(1) (man)\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---\n\n**Summary:** zgrep - search possibly compressed files for a regular expression\n\n**Synopsis:** zgrep [ grepoptions ] [ -e ] pattern filename...\n\n## See Also\n\n- grep(1)\n- gzexe(1)\n- gzip(1)\n- zdiff(1)\n- zforce(1)\n- zmore(1)\n- znew(1)\n- ZGREP(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **EXIT STATUS** (2 lines)\n- **BUGS** (4 lines)\n- **AUTHOR** (2 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\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\nIf the GREP environment variable is set, zgrep uses it as the grep program to be invoked.\n\n### EXIT STATUS\n\nExit status is 0 for a match, 1 for no matches, and 2 if trouble.\n\n### BUGS\n\nThe  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\n### AUTHOR\n\nCharles Levert (charles@comm.polymtl.ca)\n\n### SEE ALSO\n\ngrep(1), gzexe(1), gzip(1), zdiff(1), zforce(1), zmore(1), znew(1)\n\n\n\nZGREP(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "zfgrep",
        "section": "1",
        "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": []
            }
        ]
    }
}