2016-01-16 09:48:34 +00:00
|
|
|
# zcat
|
|
|
|
|
|
|
|
> Print data from gzip compressed files.
|
2021-09-01 20:08:03 +01:00
|
|
|
> More information: <https://www.gnu.org/software/gzip/manual/gzip.html>.
|
2016-01-16 09:48:34 +00:00
|
|
|
|
2023-08-09 06:29:02 +01:00
|
|
|
- Print the uncompressed contents of a gzipped file to `stdout`:
|
2016-01-16 09:48:34 +00:00
|
|
|
|
|
|
|
`zcat {{file.txt.gz}}`
|
2019-03-06 11:33:35 +00:00
|
|
|
|
2023-08-09 06:29:02 +01:00
|
|
|
- Print compression details of a gzipped file to `stdout`:
|
2019-03-06 11:33:35 +00:00
|
|
|
|
|
|
|
`zcat -l {{file.txt.gz}}`
|