zip コマンド
ファイルを圧縮する。(file
を圧縮して archive.zip
を作成する。)
$ zip archive file
複数のファイルを圧縮する。
$ zip archive file1 file2
ディレクトリを圧縮する。(dir
以下を圧縮する。)
$ zip archive -r dir
参考:
zip コマンド – ファイルを ZIP 形式で圧縮する | @IT
zip / unzip コマンド | hydrocul のメモ
まとめ
参考:
圧縮・解凍のお話 (zip, tar, gzip/gunzip) – Qiita
ファイルの解凍・圧縮 – コマンド一覧 (.zip .gz .Z .bz2 tar.gz .tgz tar.Z .taz .tar.bz2 .tbz2) | Webkaru