×
2023/07/13 · Zcat is a command line utility for viewing the contents of a compressed file. It expands a compressed file to standard output allowing you ...
関連する質問
2023/07/28 · The "zcat" command in Linux is a tool for displaying the contents of compressed files in the "gzip" format. It is similar to the "cat" ...
2021/10/10 · Working with zcat command · 1. To display contents of a Gzipped file. $zcat filename. · 2. To display contents of multiple compressed files. · 3 ...
zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on standard output. zcat will uncompress ...
2023/09/28 · On some Unix systems, zcat may work only on .Z files, not .z or .gz files. If that seems to be true on your system, but the gzip command is ...
zcat uncompresses the data of all the input files, and writes the result on standard output (stdout). zcat concatenates the data in the same way cat does. The ...
2021/11/06 · zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on standard output. zcat ...
compress(1) General Commands Manual compress(1) Name compress, uncompress, zcat - compress and expand data Syntax compress [ -f ] [ -v ] [ -c ] [ -b bits ] ...
On Solaris, zcat is the original version related to compress. GNU/Linux and Mac OS X use the version related to gzip, which can decompress .Z and .gz files.