{
    "content": [
        {
            "type": "text",
            "text": "# bzexe (man)\n\n## NAME\n\nbzexe - compress executable files in place\n\n## SYNOPSIS\n\nbzexe [ name ...  ]\n\n## DESCRIPTION\n\nThe bzexe utility allows you to compress executables in place and have them automatically un‐\ncompress and execute when you run them (at a penalty in performance).  For example if you ex‐\necute ``bzexe /bin/cat'' it will create the following two files:\n-r-xr-xr-x  1 root  bin   9644 Feb 11 11:16 /bin/cat\n-r-xr-xr-x  1 bin   bin  24576 Nov 23 13:21 /bin/cat~\n/bin/cat~  is  the original file and /bin/cat is the self-uncompressing executable file.  You\ncan remove /bin/cat~ once you are sure that /bin/cat works properly.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **SEE ALSO**\n- **CAVEATS**\n- **BUGS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bzexe",
        "section": "",
        "mode": "man",
        "summary": "bzexe - compress executable files in place",
        "synopsis": "bzexe [ name ...  ]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-d",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "bzip2",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/bzip2/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": "zcmp",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/zcmp/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": 10,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-d",
                        "lines": 1,
                        "flag": "-d"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "CAVEATS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bzexe - compress executable files in place\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bzexe [ name ...  ]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The bzexe utility allows you to compress executables in place and have them automatically un‐\ncompress and execute when you run them (at a penalty in performance).  For example if you ex‐\necute ``bzexe /bin/cat'' it will create the following two files:\n-r-xr-xr-x  1 root  bin   9644 Feb 11 11:16 /bin/cat\n-r-xr-xr-x  1 bin   bin  24576 Nov 23 13:21 /bin/cat~\n/bin/cat~  is  the original file and /bin/cat is the self-uncompressing executable file.  You\ncan remove /bin/cat~ once you are sure that /bin/cat works properly.\n\nThis utility is most useful on systems with very small disks.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-d",
                        "content": "",
                        "flag": "-d"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "bzip2(1), znew(1), zmore(1), zcmp(1), zforce(1)\n",
                "subsections": []
            },
            "CAVEATS": {
                "content": "The compressed executable is a shell script. This may create some security holes. In particu‐\nlar,  the compressed executable relies on the PATH environment variable to find gzip and some\nother utilities (tail, chmod, ln, sleep).\n",
                "subsections": []
            },
            "BUGS": {
                "content": "bzexe attempts to retain the original file attributes on the compressed executable,  but  you\nmay have to fix them manually in some cases, using chmod or chown.\n\n\n\nBZEXE(1)",
                "subsections": []
            }
        }
    }
}