Zcat

From Psygen Wiki
Revision as of 03:30, 16 May 2018 by Admin (talk | contribs) (Created page with "zcat is used to view the contents of zipped files. '''View the contents of a zip file:''' zcat file1.txt.gz '''View the contents of a zip file one screen at a time:'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

zcat is used to view the contents of zipped files.


View the contents of a zip file:

zcat file1.txt.gz


View the contents of a zip file one screen at a time:

zless filename.gz


Search inside a zipped file:

zgrep foo myfile.gz