LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   browse zip archive (https://www.linuxquestions.org/questions/linux-newbie-8/browse-zip-archive-677029/)

louisJ 10-17-2008 04:22 AM

browse zip archive
 
Hey

how to list files from a zip archive without unzipping it?

thanks.

bathory 10-17-2008 05:24 AM

How about
Code:

unzip -l archive.zip

knudfl 10-17-2008 10:23 AM

'less archive.zip' or 'lesspipe.sh archive.zip'
The command 'lesspipe.sh' also exists as lesspipe or lessfile.
Different names in different Linux'

Regards

louisJ 10-18-2008 03:47 AM

hi

thank you very much for your answers
unzip -l
works well


All times are GMT -5. The time now is 11:33 PM.