Print data from
gzipcompressed files tostdout. More information: https://www.gnu.org/software/gzip/manual/gzip.html.
gzip archive to stdout:zcat {{path/to/file.txt.gz}}
gzip archive to stdout:zcat {{[-l|--list]}} {{path/to/file.txt.gz}}
zcat {{[-v|--verbose]}} {{[-t|--test]}} {{path/to/file.txt.gz}}
zcat {{[-q|--quiet]}} {{path/to/file.txt.gz}}
zcat --synchronous {{path/to/file.txt.gz}}