LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unpacking a (.sh) file extention. (https://www.linuxquestions.org/questions/linux-newbie-8/unpacking-a-sh-file-extention-101450/)

troycus 10-07-2003 09:41 PM

unpacking a (.sh) file extention.
 
I need help unpacking a file with the (.sh) extension. Any help would be appreciated. I know how to use gunzip and tar but I never came across this.

michaelk 10-07-2003 09:51 PM

The .sh extension usually refers to a shell script which is just a plain text ASCII file. Its not compressed or packed.

To execute
sh <filename.sh>

or

./filename.sh

Use chmod to change permissions to execute if required.

To view the file use any text editor.

boreo 10-07-2003 09:52 PM

[Edited out]

Some one just gave you the answer.


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