Zcat: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
(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:'''...")
 
(No difference)

Latest revision as of 03:30, 16 May 2018

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