http://makizou.com/1334/
http://www.atmarkit.co.jp/flinux/rensai/linuxtips/586ziplist.html
http://www.k4.dion.ne.jp/~mms/unix/linux_com/unzip.html
整合性チェック
zip -Tオプション
$ zip -T tekito.zip test of tekito.zip OK
内容一覧
zipコマンドには内容一覧機能が無いようなので、zipinfoコマンドを使用する
$ zipinfo tekito.zip Archive: tekito.zip Zip file size: 1061833026 bytes, number of entries: 1 -rw-a-- 2.0 fat 4093640704 t- defN 13-May-13 12:11 tekito.bin 1 file, 4093640704 bytes uncompressed, 1061832880 bytes compressed: 74.1%
zipinfoの出力では西暦何年か分からないので、代わりに unzip -lオプションでも良い
$ unzip -l tekito.zip Archive: tekito.zip Length Date Time Name --------- ---------- ----- ---- 4093640704 05-13-2013 12:11 tekito.bin --------- ------- 4093640704 1 file