{
    "content": [
        {
            "type": "text",
            "text": "# lzfgrep (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- **EXIT STATUS**\n- **ENVIRONMENT**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "lzfgrep",
        "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": "EXIT STATUS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "ENVIRONMENT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "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 grep  -E  or  grep  -F  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": []
            },
            "EXIT STATUS": {
                "content": "0      At least one match was found from at least one of the  input  files.   No  errors  oc‐\ncurred.\n\n1      No matches were found from any of the input files.  No errors occurred.\n\n>1     One or more errors occurred.  It is unknown if matches were found.\n",
                "subsections": []
            },
            "ENVIRONMENT": {
                "content": "GREP   If  the  GREP environment variable is set, xzgrep uses it instead of grep(1), grep -E,\nor grep -F.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "grep(1), xz(1), gzip(1), bzip2(1), lzop(1), zstd(1), zgrep(1)\n\nTukaani                                      2022-07-19                                    XZGREP(1)",
                "subsections": []
            }
        }
    }
}