{
    "content": [
        {
            "type": "text",
            "text": "# xzfgrep (man)\n\n## NAME\n\nxzgrep - search compressed files for a regular expression\n\n## SYNOPSIS\n\nxzgrep [grepoptions] [-e] pattern file...\nxzegrep ...\nxzfgrep ...\nlzgrep ...\nlzegrep ...\nlzfgrep ...\n\n## DESCRIPTION\n\nxzgrep  invokes  grep(1)  on files which may be either uncompressed or compressed with xz(1),\nlzma(1), gzip(1), bzip2(1), lzop(1), or zstd(1).  All options specified are  passed  directly\nto grep(1).\n\n## TLDR\n\n> This command is an alias of `xzgrep --fixed-strings`.\n\n- View documentation for the original command:\n  `tldr xzgrep`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **ENVIRONMENT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "xzfgrep",
        "section": "",
        "mode": "man",
        "summary": "xzgrep - search compressed files for a regular expression",
        "synopsis": "xzgrep [grepoptions] [-e] pattern file...\nxzegrep ...\nxzfgrep ...\nlzgrep ...\nlzegrep ...\nlzfgrep ...",
        "tldr_summary": "This command is an alias of `xzgrep --fixed-strings`.",
        "tldr_examples": [
            {
                "description": "View documentation for the original command",
                "command": "tldr xzgrep"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "grep",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/grep/1/json"
            },
            {
                "name": "xz",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/xz/1/json"
            },
            {
                "name": "gzip",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gzip/1/json"
            },
            {
                "name": "bzip2",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/bzip2/1/json"
            },
            {
                "name": "lzop",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/lzop/1/json"
            },
            {
                "name": "zstd",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zstd/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": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "xzgrep - search compressed files for a regular expression\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "xzgrep [grepoptions] [-e] pattern file...\nxzegrep ...\nxzfgrep ...\nlzgrep ...\nlzegrep ...\nlzfgrep ...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "xzgrep  invokes  grep(1)  on files which may be either uncompressed or compressed with xz(1),\nlzma(1), gzip(1), bzip2(1), lzop(1), or zstd(1).  All options specified are  passed  directly\nto grep(1).\n\nIf no file is specified, then standard input is decompressed if necessary and fed to grep(1).\nWhen reading from standard input, gzip(1), bzip2(1), lzop(1), and  zstd(1)  compressed  files\nare not supported.\n\nIf  xzgrep  is  invoked  as  xzegrep  or xzfgrep then egrep(1) or fgrep(1) is used instead of\ngrep(1).  The same applies to names lzgrep, lzegrep, and  lzfgrep,  which  are  provided  for\nbackward compatibility with LZMA Utils.\n",
                "subsections": []
            },
            "ENVIRONMENT": {
                "content": "GREP   If  the GREP environment variable is set, xzgrep uses it instead of grep(1), egrep(1),\nor fgrep(1).\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "grep(1), xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), zgrep(1)\n\n\n\nTukaani                                      2020-12-05                                    XZGREP(1)",
                "subsections": []
            }
        }
    }
}