mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 09:51:28 +08:00
@@ -0,0 +1,7 @@
|
||||
# zcat
|
||||
|
||||
> Print data from gzip compressed files.
|
||||
|
||||
- Print the uncompressed contents of a gzipped file to the standard output:
|
||||
|
||||
`zcat {{file.txt.gz}}`
|
||||
@@ -0,0 +1,7 @@
|
||||
# zless
|
||||
|
||||
> View compressed files.
|
||||
|
||||
- Page through a compressed archive with `less`:
|
||||
|
||||
`zless {{file.txt.gz}}`
|
||||
Reference in New Issue
Block a user