zipnote
(1)write the comments in zipfile to stdout, edit comments and rename files in zipfile
zipnote [-w] [-b path] [-h] [-v] [-L] zipfile
Options
5-wWrite comments to a zipfile from stdin (see below).
-bUse path for the temporary zip file.
-hShow a short help.
-vShow version information.
-LShow software license.
ARGUMENTS
DESCRIPTION
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
in the created temporary file (called foo.tmp here) with lines like
"@ name"
and then using the -w option as above.
"@=newname"