mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:46:00 +02:00
commit
946f4fdca9
2 changed files with 14 additions and 0 deletions
7
pages/common/zcat.md
Normal file
7
pages/common/zcat.md
Normal file
|
@ -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}}`
|
7
pages/common/zless.md
Normal file
7
pages/common/zless.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# zless
|
||||||
|
|
||||||
|
> View compressed files.
|
||||||
|
|
||||||
|
- Page through a compressed archive with `less`:
|
||||||
|
|
||||||
|
`zless {{file.txt.gz}}`
|
Loading…
Add table
Reference in a new issue