Name: zcat (File Report)

Description:

zcat is a Unix program similar to cat, that decompresses individual files and concatenates them to standard output. Traditionally zcat operated on files compressed by compress but it is usually able to operate on gzip or even bzip2 archives. On such systems, it is equivalent to gunzip -c




If you'd like to return to the list of commands, Click Here.