What is the use of script interpreter in shell scripting?
Answer Posted / linuxdemon(vjsujay@gmail.com)
To overcome the execution of your script by the default
shell, we are invoking the required script
interpreter(shell) in the script file to execute our script.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is shell a part of kernel?
How important is shell scripting?
How does shell scripting work?
How to print the first array element?
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.
Given a file find the count of lines containing the word "abc".
What is echo $shell?
What does $@ mean bash?
How do you create a shortcut in linux?
Why do we use shell scripting?
Explain about debugging?
Is shell scripting a programming language?
How will you print the login names of all users on a system?
What's the difference between scripting and coding?
Write a shell script to get current date, time, user name and current working directory.