tldr/pages/common/zcat.md

13 lines
322 B
Markdown
Raw Normal View History

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