@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

圧縮率の高いらしい7zipを使ってみる

Unix系ではp7zipというパッケージにポートされているとのこと。

# install
brew install p7zip
# archive
7z a archive.7z archive/
# or shorthand
7z a archive{.7z,}
# extract
7z e archive.7z

圧縮率の高いフォーマットをググって出てきたこの記事を鵜呑みにした。
Benchmarked: What’s the Best File Compression Format?