Spec-Zone.ru › Perl 5.32

ptardiff

СОДЕРЖАНИЕ

  • ИМЯ
  • ОПИСАНИЕ
  • СИНТАКСИС
  • ПАРАМЕТРЫ
  • СМОТРИ ТАКЖЕ

ИМЯ

ptardiff - программа, сравнивающая извлечённый архив с неивлзечённым

ОПИСАНИЕ

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.

СИНТАКСИС

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

ПАРАМЕТРЫ

h   Prints this help message

СМОТРИ ТАКЖЕ

tar(1), Archive::Tar.

© 1993–2020 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation.
https://perldoc.perl.org/5.28.3/ptardiff

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API