{
    "content": [
        {
            "type": "text",
            "text": "# zforce (man)\n\n## NAME\n\nzforce - force a '.gz' extension on all gzip files\n\n## SYNOPSIS\n\nzforce [ name ...  ]\n\n## DESCRIPTION\n\nThe  zforce  command  forces a .gz extension on all gzip files so that gzip will not compress\nthem twice.  This can be useful for files with names truncated after  a  file  transfer.   On\nsystems  with a 14 char limitation on file names, the original name is truncated to make room\nfor the .gz suffix. For example, 12345678901234 is renamed to  12345678901.gz.  A  file  name\nsuch as foo.tgz is left intact.\n\n## TLDR\n\n> Add a `.gz` extension to files compressed using `gzip`.\n\n- Add a `.gz` extension to the supplied Gzip files (Note: Other files are ignored):\n  `zforce {{path/to/file1 path/to/file2 ...}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "zforce",
        "section": "",
        "mode": "man",
        "summary": "zforce - force a '.gz' extension on all gzip files",
        "synopsis": "zforce [ name ...  ]",
        "tldr_summary": "Add a `.gz` extension to files compressed using `gzip`.",
        "tldr_examples": [
            {
                "description": "Add a `.gz` extension to the supplied Gzip files (Note: Other files are ignored)",
                "command": "zforce {{path/to/file1 path/to/file2 ...}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "gzip",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gzip/1/json"
            },
            {
                "name": "znew",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/znew/1/json"
            },
            {
                "name": "zmore",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zmore/1/json"
            },
            {
                "name": "zgrep",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zgrep/1/json"
            },
            {
                "name": "zdiff",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zdiff/1/json"
            },
            {
                "name": "gzexe",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/gzexe/1/json"
            },
            {
                "name": "ZFORCE",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ZFORCE/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "zforce - force a '.gz' extension on all gzip files\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "zforce [ name ...  ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The  zforce  command  forces a .gz extension on all gzip files so that gzip will not compress\nthem twice.  This can be useful for files with names truncated after  a  file  transfer.   On\nsystems  with a 14 char limitation on file names, the original name is truncated to make room\nfor the .gz suffix. For example, 12345678901234 is renamed to  12345678901.gz.  A  file  name\nsuch as foo.tgz is left intact.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)\n\nZFORCE(1)",
                "subsections": []
            }
        }
    }
}