目次

zip

zip

zip -r xxx.zip ディレクトリ

zip -eP <パスワード> xxx.zip <圧縮対象ファイル名> [<圧縮対象ファイル名2> …]

unzip

unzip -l xxx.zip

unzip -d <ディレクトリ> xxx.zip