zcat Command Examples
Print data from
gzipcompressed files. More information: https://www.gnu.org/software/gzip/manual/gzip.html.
- Print the uncompressed contents of a
gziparchive tostdout:
zcat {{file.txt.gz}}
- Print compression details of a
gziparchive tostdout:
zcat {{[-l|--list]}} {{file.txt.gz}}