zcat
zcat is a command-line utility used on many Unix-like systems to display the contents of gzip-compressed files without creating an uncompressed copy on disk. It writes the decompressed data to standard output, making it convenient to view or pipe the contents of .gz files. It is functionally equivalent to running gzip -cd file.gz or gunzip -c file.gz.
Implementation and availability: zcat is provided by the gzip software package. On GNU/Linux systems it is commonly
Usage: zcat takes one or more gzip-compressed files as arguments and outputs the uncompressed data to standard