{
    "content": [
        {
            "type": "text",
            "text": "# ptar(1) (man)\n\n**Summary:** ptar - a tar-like program written in perl\n\n**Synopsis:** ptar -c [-v] [-z] [-C] [-f ARCHIVEFILE | -] FILE FILE ...\nptar -c [-v] [-z] [-C] [-T index | -] [-f ARCHIVEFILE | -]\nptar -x [-v] [-z] [-f ARCHIVEFILE | -]\nptar -t [-z] [-f ARCHIVEFILE | -]\nptar -h\n\n## See Also\n\n- tar(1)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **SYNOPSIS** (6 lines)\n- **OPTIONS** (10 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nptar - a tar-like program written in perl\n\n### DESCRIPTION\n\nptar is a small, tar look-alike program that uses the perl module Archive::Tar to extract,\ncreate and list tar archives.\n\n### SYNOPSIS\n\nptar -c [-v] [-z] [-C] [-f ARCHIVEFILE | -] FILE FILE ...\nptar -c [-v] [-z] [-C] [-T index | -] [-f ARCHIVEFILE | -]\nptar -x [-v] [-z] [-f ARCHIVEFILE | -]\nptar -t [-z] [-f ARCHIVEFILE | -]\nptar -h\n\n### OPTIONS\n\nc   Create ARCHIVEFILE or STDOUT (-) from FILE\nx   Extract from ARCHIVEFILE or STDIN (-)\nt   List the contents of ARCHIVEFILE or STDIN (-)\nf   Name of the ARCHIVEFILE to use. Default is './default.tar'\nz   Read/Write zlib compressed ARCHIVEFILE (not always available)\nv   Print filenames as they are added or extracted from ARCHIVEFILE\nh   Prints this help message\nC   CPAN mode - drop 022 from permissions\nT   get names to create from file\n\n### SEE ALSO\n\ntar(1), Archive::Tar.\n\n\n\nperl v5.34.0                                 2025-07-25                                      PTAR(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ptar",
        "section": "1",
        "mode": "man",
        "summary": "ptar - a tar-like program written in perl",
        "synopsis": "ptar -c [-v] [-z] [-C] [-f ARCHIVEFILE | -] FILE FILE ...\nptar -c [-v] [-z] [-C] [-T index | -] [-f ARCHIVEFILE | -]\nptar -x [-v] [-z] [-f ARCHIVEFILE | -]\nptar -t [-z] [-f ARCHIVEFILE | -]\nptar -h",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "tar",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/tar/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}