This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



zipnote(1)                                                                                        zipnote(1)



NAME
       zipnote - write the comments in zipfile to stdout, edit comments and rename files in zipfile


SYNOPSIS
       zipnote [-w] [-b path] [-h] [-v] [-L] zipfile


ARGUMENTS
       zipfile  Zipfile to read comments from or edit.


OPTIONS
       -w     Write comments to a zipfile from stdin (see below).

       -b path
              Use path for the temporary zip file.

       -h     Show a short help.

       -v     Show version information.

       -L     Show software license.


DESCRIPTION
       zipnote  writes the comments in a zipfile to stdout.  This is the default mode.  A second mode allows
       updating the comments in a zipfile as well as allows changing the names of the files in the  zipfile.
       These modes are described below.


EXAMPLES
       To write all comments in a zipfile to stdout use for example

            zipnote foo.zip > foo.tmp

       This writes all comments in the zipfile foo.zip to the file foo.tmp in a specific format.


       If  desired, this file can then be edited to change the comments and then used to update the zipfile.

            zipnote -w foo.zip < foo.tmp

       The names of the files in the zipfile can also be changed in this way.  This  is  done  by  following
       lines like
            "@ name"
       in the created temporary file (called foo.tmp here) with lines like
            "@=newname"
       and then using the -w option as above.


BUGS
       The temporary file format is rather specific and zipnote is rather picky about it.  It should be eas-
       ier to change file names in a script.

       Does not yet support large (> 2 GB) or split archives.


SEE ALSO
       zip(1), unzip(1)

AUTHOR
       Info-ZIP



                                             v3.0 of 8 May 2008                                   zipnote(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...