bnz:banzai 自由 bzip2 编码器的命令行界面
作者:jgbyrne
#701 in 压缩
75KB 2K SLoC
bnz 是 banzai 的命令行界面。界面故意与 bzip2(1) 相似。
bzip2(1)
您可以使用 cargo 安装 bnz: cargo install bnz
cargo install bnz
要压缩文件 file_to_encode,运行
file_to_encode
bnz file_to_encode
这将删除 file_to_encode 并写入新的文件 file_to_encode.bz2。
file_to_encode.bz2
要获取完整选项和使用说明,请运行 bnz --help。
bnz --help
~100KB