Previous Section  < Day Day Up >  Next Section

zipinfo—lists detailed information about a ZIP archive


zipinfo [-12smlvhMtTz] file[.zip][file(s)...] [-x xfile(s) ...]


zipinfo lists technical information about files in a ZIP archive, most commonly found on MS-DOS systems. Such information includes file access permissions, encryption status, type of compression, version and operating system or file system of compressing program, and the like. The default behavior (with no options) is to list single-line entries for each file in the archive, with header and trailer lines providing summary information for the entire archive. The format is a cross between UNIX ls -l and unzip -v output.

    Previous Section  < Day Day Up >  Next Section