Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



ZIPDETAILS(1)                         Perl Programmers Reference Guide                         ZIPDETAILS(1)



NAME
       zipdetails - display the internal structure of zip files

SYNOPSIS
           zipdetaile [-v] zipfile.zip
               zipdetails -h

DESCRIPTION
       Zipdetails displays information about the internal record structure of the zip file. It is not
       concerned with displaying any details of the compressed data stored in the zip file.

       The program assumes prior understanding of the internal structure of a Zip file. You should have a
       copy of the Zip APPNOTE file at hand to help understand the output from this program ("SEE ALSO" for
       details).

   OPTIONS
       -v   Enable Verbose mode

       -h   Display help

       By default zipdetails will output the details of the zip file in three columns.

       Column 1
            This contains the offset from the start of the file in hex.

       Column 2
            This contains a textual description of the field.

       Column 3
            If the field contains a numeric value it will be displayed in hex. Zip stored most numbers in
            little-endian format - the value displayed will have the little-endian encoding removed.

            Next, is an optional description of what the value means.

       If the "-v" option is present, column 1 is expanded to include

           The offset from the start of the file in hex.

           The length of the filed in hex.

           A hex dump of the bytes in field in the order they are stored in the zip file.

TODO
       Error handling is still a work in progress.  If the program encounters a problem reading a zip file
       it is likely to terminate with an unhelpful error message.

SEE ALSO
       The primary reference for Zip files is the "appnote" document available at
       <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>.

       An alternative is the Info-Zip appnote. This is available from
       ftp://ftp.info-zip.org/pub/infozip/doc/ <ftp://ftp.info-zip.org/pub/infozip/doc/>

       The "zipinfo" program that comes with the info-zip distribution (http://www.info-zip.org/
       <http://www.info-zip.org/>) can also display details of the structure of a zip file.

       See also IO::Compress::Zip, IO::Uncompress::Unzip.

AUTHOR
       Paul Marquess pmqs@cpan.org.

COPYRIGHT
       Copyright (c) 2011-2012 Paul Marquess. All rights reserved.

       This program is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.



perl v5.16.2                                     2013-08-25                                    ZIPDETAILS(1)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.