LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   zip question (https://www.linuxquestions.org/questions/linux-newbie-8/zip-question-483178/)

unixshell101 09-13-2006 01:43 PM

zip question
 
How do i make a zip file in fc5 i do get this error when i try to make a zip file.

The utility zip is not in your PATH.

MensaWater 09-13-2006 02:10 PM

gzip <filename>

Will compress filename and rename it filename.gz.

Use gunzip <filename>.gz to unzip the file.


All times are GMT -5. The time now is 03:38 AM.