{
    "mode": "man",
    "parameter": "zstdgrep",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/zstdgrep/1/json",
    "generated": "2026-06-02T21:25:58Z",
    "synopsis": "zstdgrep [grep-flags] [--] pattern [files ...]",
    "sections": {
        "NAME": {
            "content": "zstdgrep - print lines matching a pattern in zstandard-compressed files\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "zstdgrep [grep-flags] [--] pattern [files ...]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "zstdgrep  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",
            "subsections": []
        },
        "EXIT STATUS": {
            "content": "In case of missing arguments or missing pattern, 1 will be returned, otherwise 0.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "",
            "subsections": [
                {
                    "name": "zstd (1)",
                    "content": ""
                }
            ]
        },
        "AUTHORS": {
            "content": "Thomas Klausner wiz@NetBSD.org\n\n\n\nzstd 1.4.8                                  December 2020                                ZSTDGREP(1)",
            "subsections": []
        }
    },
    "summary": "zstdgrep - print lines matching a pattern in zstandard-compressed files",
    "flags": [],
    "examples": [],
    "see_also": []
}