Linux Commands Examples

A great documentation place for Linux commands

ptardiff

program that diffs an extracted archive against an unextracted one


see also : tar

Synopsis

    ptardiff ARCHIVE_FILE
    ptardiff -h
    $ tar -xzf Acme-Buffy-1.3.tar.gz
    $ vi Acme-Buffy-1.3/README
    $ ptardiff Acme-Buffy-1.3.tar.gz > README.patch

add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

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

options

    h   Prints this help message

see also

tar , Archive::Tar.

How can this site be more helpful to YOU ?


give  feedback