zcat

Updated: 07 August 2026

zcat is identical to gunzip -c

zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on standard output.


Look at the contents of wp2shell-access.log.gz without un-compressing it

zcat wp2shell-access.log.gz

Leave a comment