What does .sh file contain?
Answer / Majid Ali Khan
.sh files usually contain shell scripts written in a shell interpreter such as Bash, Bourne Shell (sh), or Korn Shell (ksh).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include comments in your shell scripts?
What is subshell?
What is a program shell?
How do we create command aliases in a shell?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How do I run a .sh file on mac?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
How to handle the delimiter unit seperator in Unix
How does shell scripting work?
What is the difference between break and continue commands?
What lives in a shell?