#工具 #tee #输出 #文件 #Unix #压缩 #Unix 命令

程序 ztee

类似于 Unix 命令 tee,但压缩文件输出

1 个不稳定版本

0.1.0 2020年5月2日

#17#Unix 命令

BSD-3-Clause 协议

4KB

ztee

tee 类似,但文件输出是 gzip 压缩的。

这是一个非常简单的程序,可能缺乏真实 tee 实现的一些功能,但在许多情况下仍然很有用。

安装

  1. 从 crates.io
cargo install ztee

用法

$ ztee --help
ztee is like tee but with gzipped file output 0.1.0
Jason Dagit <[email protected]>
Duplicates stdin to stdout and also a compressed file.

USAGE:
    ztee <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <FILE>    Write compressed stream to FILE

依赖关系

~1MB
~12K SLoC