1 个不稳定版本
0.1.0 | 2020年5月2日 |
---|
#17 在 #Unix 命令
4KB
ztee
与 tee
类似,但文件输出是 gzip
压缩的。
这是一个非常简单的程序,可能缺乏真实 tee
实现的一些功能,但在许多情况下仍然很有用。
安装
- 从 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