![]() |
![]()
| ![]() |
![]()
NAMEzipmap - Map the contents of a ZIP archive. SYNOPSISzipmap [-m mask] [-o option[,option[,...]]] -f {file|-} DESCRIPTIONZipMap is a utility for mapping the files in a ZIP archive without having to unpack and write them to disk first. The output produced by this utility is roughly equivalent to FTimes output produced with the following FieldMask: none+size+md5+sha1 OPTIONS
EXAMPLESExample 1. Map the contents of a ZIP archiveThis example demonstrates how to map the contents of a ZIP archive called 'test.zip'. zipmap -f test.zip If you're only interested in the size and MD5 attributes, you can specify a field mask to limit the output as follows: zipmap -m none+size+md5 -f test.zip Example 2. Compare the contents of two ZIP archivesThis example demonstrates how to use this utility and ftimes(1) to compare the contents of two ZIP archives called 'test.old.zip' and 'test.new.zip'. zipmap -f test.old.zip > test.old.map zipmap -f test.new.zip > test.new.map ftimes --compare all test.old.map test.new.map -l 6 AUTHORSKlayton Monroe and Jason Smith SEE ALSOftimes(1), ftimes-grabber(1), tarmap(1), and unzip(1) HISTORYThis utility was initially written to assist in validating the contents of ZIP archives created by ftimes-grabber(1). This utility first appeared in FTimes 3.9.0. LICENSEAll documentation and code are distributed under same terms and conditions as FTimes.
|