1PTAR(1)               User Contributed Perl Documentation              PTAR(1)
2
3
4

NAME

6           ptar - a tar-like program written in perl
7

DESCRIPTION

9           ptar is a small, tar look-alike program that uses the perl module
10           Archive::Tar to extract, create and list tar archives.
11

SYNOPSIS

13           ptar -c [-v] [-z] [-f ARCHIVE_FILE | -] FILE FILE ...
14           ptar -x [-v] [-z] [-f ARCHIVE_FILE | -]
15           ptar -t [-z] [-f ARCHIVE_FILE | -]
16           ptar -h
17

OPTIONS

19           c   Create ARCHIVE_FILE or STDOUT (-) from FILE
20           x   Extract from ARCHIVE_FILE or STDIN (-)
21           t   List the contents of ARCHIVE_FILE or STDIN (-)
22           f   Name of the ARCHIVE_FILE to use. Default is './default.tar'
23           z   Read/Write zlib compressed ARCHIVE_FILE (not always available)
24           v   Print filenames as they are added or extraced from ARCHIVE_FILE
25           h   Prints this help message
26

SEE ALSO

28           tar(1), L<Archive::Tar>.
29
30
31
32perl v5.12.1                      2009-09-10                           PTAR(1)
Impressum