LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   .gz.sh help (https://www.linuxquestions.org/questions/linux-newbie-8/gz-sh-help-96159/)

DDR extreme 09-23-2003 11:07 PM

.gz.sh help
 
How do you run a .gz.sh file extension.
Thankz....in advance

speter 09-24-2003 12:17 AM

It is usually a shell wrapper around a GZip file to emulate self-extracting .exe files from the Windows world.

Make sure the file is executable (if not, chmod it), then ./file.gz.sh should do the trick.

Steve


All times are GMT -5. The time now is 06:50 PM.