What does .sh file contain?



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

Post New Answer

More Shell Script Interview Questions

How to include comments in your shell scripts?

3 Answers  


What is subshell?

1 Answers  


What is a program shell?

1 Answers  


How do we create command aliases in a shell?

1 Answers  


What is the difference between running a script as ./scriptname.sh and sh scriptname.sh

1 Answers  


How do I run a .sh file on mac?

1 Answers  


Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.

1 Answers   MGL,


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

2 Answers   Caritor,


How to handle the delimiter unit seperator in Unix

2 Answers  


How does shell scripting work?

1 Answers  


What is the difference between break and continue commands?

1 Answers  


What lives in a shell?

1 Answers  


Categories