To view the contents of foo.gz without uncompressing it, use:

To view the contents of foo.gz without uncompressing it, use:Category: Introduction to Linux IAuthor "LinuxQuestions"To view the contents of foo.gz without uncompressing it, use:
Linux Questions Staff asked 1 year ago

To view the contents of foo.gz without uncompressing it, use:

  • gzip -i foo.gz
  • gunzip foo.gz
  • untar -u foo.gz
  • zcat foo.gz

About the author