Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Dump C structures as generated ...Program that diffs an extracte ... (Berikutnya)
Utilities

Ptar

Daftar Isi

NAME

  1. ptar - a tar-like program written in perl

DESCRIPTION

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

SYNOPSIS

  1. ptar -c [-v] [-z] [-C] [-f ARCHIVE_FILE | -] FILE FILE ...
  2. ptar -x [-v] [-z] [-f ARCHIVE_FILE | -]
  3. ptar -t [-z] [-f ARCHIVE_FILE | -]
  4. ptar -h

OPTIONS

  1. c Create ARCHIVE_FILE or STDOUT (-) from FILE
  2. x Extract from ARCHIVE_FILE or STDIN (-)
  3. t List the contents of ARCHIVE_FILE or STDIN (-)
  4. f Name of the ARCHIVE_FILE to use. Default is './default.tar'
  5. z Read/Write zlib compressed ARCHIVE_FILE (not always available)
  6. v Print filenames as they are added or extracted from ARCHIVE_FILE
  7. h Prints this help message
  8. C CPAN mode - drop 022 from permissions

SEE ALSO

  1. tar(1), L<Archive::Tar>.
 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Dump C structures as generated ...Program that diffs an extracte ... (Berikutnya)