What is the first line of a shell script called?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is the difference between a variable and value?

7 Answers   Sun Microsystems,


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?

0 Answers  


what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly

4 Answers  


How do I open the shell prompt?

0 Answers  






What is the significance of the shebang line in shell scripting?

0 Answers  


What is a scripting language simple definition?

0 Answers  


How to customise the existing shell?

1 Answers  


What does the sh command do?

0 Answers  


What is the use of echo in shell script?

0 Answers  


write a shell program to check wheather a given string is pallindrome or not?

4 Answers  


How to enable the shell to know what program should be run to interpret the script?

3 Answers  


Categories