Crates.io | ztee |
lib.rs | ztee |
version | 0.1.0 |
source | src |
created_at | 2020-05-02 22:34:46.901895 |
updated_at | 2020-05-02 22:34:46.901895 |
description | Similar to unix command tee, but compresses file output |
homepage | |
repository | https://github.com/dagit/ztee |
max_upload_size | |
id | 236824 |
size | 7,495 |
Works similarly to tee
but the file output is gzip
compressed.
This is a very simple program and probably lacks features of a real tee
implementation, but should still be useful in many cases.
cargo install ztee
$ ztee --help
ztee is like tee but with gzipped file output 0.1.0
Jason Dagit <dagitj@gmail.com>
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