aki-xcat is the program that concatenate files that are plain, gzip ... etc.
aki-xcat concatenate files that are plain, gzip ... etc.
text
aki-xcat --help
```
Usage:
aki-xcat [options] [
cat and zcat by rust lang.
with no
Options: -H, --help display this help and exit -V, --version display version information and exit ```
cargo install aki-xcat
cargo deb
and install .deb into your local repository of debian package.
concatenate plain text file.
cat fixtures/plain.txt
result output :
abcdefg
hijklmn
concatenate gzip text file.
zcat fixtures/gztext.txt.gz
result output :
ABCDEFG
HIJKLMN
concatenate plain text file and gzip text file.
aki-xcat fixtures/plain.txt fixtures/gztext.txt.gz
result output :
abcdefg
hijklmn
ABCDEFG
HIJKLMN
See [fn execute()
] for this library examples.