圧縮

1
2
3
4
5
// 通常
$ 7z a -tzip filename.zip <path>

// パスワードをかける
$ 7z a -tzip -p -mem=AES256 filename.zip <path>

解答

1
$ 7z x filename.zip