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

NAME

6       ptardiff - program that diffs an extracted archive against an
7       unextracted one
8

DESCRIPTION

10           ptardiff is a small program that diffs an extracted archive
11           against an unextracted one, using the perl module Archive::Tar.
12
13           This effectively lets you view changes made to an archives contents.
14
15           Provide the progam with an ARCHIVE_FILE and it will look up all
16           the files with in the archive, scan the current working directory
17           for a file with the name and diff it against the contents of the
18           archive.
19

SYNOPSIS

21           ptardiff ARCHIVE_FILE
22           ptardiff -h
23
24           $ tar -xzf Acme-Buffy-1.3.tar.gz
25           $ vi Acme-Buffy-1.3/README
26           [...]
27           $ ptardiff Acme-Buffy-1.3.tar.gz > README.patch
28

OPTIONS

30           h   Prints this help message
31

SEE ALSO

33       tar(1), Archive::Tar.
34
35
36
37perl v5.28.1                      2016-07-27                       PTARDIFF(1)
Impressum