Merge pull request #683 from notpeter/zzzs

Zcat and zless.
This commit is contained in:
Waldir Pimenta
2016-01-20 10:19:48 +00:00
2 changed files with 14 additions and 0 deletions
+7
View 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
View File
@@ -0,0 +1,7 @@
# zless
> View compressed files.
- Page through a compressed archive with `less`:
`zless {{file.txt.gz}}`