LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   .zip software (https://www.linuxquestions.org/questions/linux-software-2/zip-software-255796/)

Jmcatch742 11-16-2004 09:03 PM

.zip software
 
Is there any software that can allow me to see and use .zip files?

zulfilee 11-16-2004 09:36 PM

You can use
less filename.zip
to view contents of zip file

emacs filename.zip
to open zip file and view contents

zipgrep "pattern" filename.zip

to find text inside zip file .

Also unzip and zip are the commands for extracting and zipping files.

But is this what u really want?

Cheers
Z

theYinYeti 11-17-2004 03:18 AM

file-roller or gnozip if you want GUI.
zip and unzip if you use command-line.

Yves.

reddazz 11-17-2004 08:25 AM

if using KDE you can use ark.


All times are GMT -5. The time now is 10:58 PM.