How can I see the contents of a particular file in an archive without extracting the .zip it is contained within? I'm using the Linux command line.
|
Use the
For this kind of operation I always pipe the output to BTW zcat is great for viewing the contents of .gz files without having to uncompress them first. |
|||
|
If you're just looking to view images inside the archives, you can use Comix or newer MComix to see images inside .zip, .cbr, and .cbz files without extracting. |
||||
|
|
|
If the file is included in zip archive, that you need to extract only that file from archive (may depend on archive type, some archives can't extract files seperately) |
|||
|
|