{
    "mode": "man",
    "parameter": "ptar",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/ptar/1/json",
    "generated": "2026-06-03T01:23:43Z",
    "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",
    "sections": {
        "NAME": {
            "content": "ptar - a tar-like program written in perl\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "ptar is a small, tar look-alike program that uses the perl module Archive::Tar to extract,\ncreate and list tar archives.\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "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",
            "subsections": []
        },
        "OPTIONS": {
            "content": "c   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",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "tar(1), Archive::Tar.\n\n\n\nperl v5.34.0                                 2025-07-25                                      PTAR(1)",
            "subsections": []
        }
    },
    "summary": "ptar - a tar-like program written in perl",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "tar",
            "section": "1",
            "url": "https://www.chedong.com/phpMan.php/man/tar/1/json"
        }
    ]
}