What is the need of including script interpreter in your
shell script?
Answer Posted / abhijeet chavan (cts)
The script interpreter identifies using which shell the
script should be executed.
By default linux uses "bash" shell
Each shell has its own unique properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Please give me example of " at command , contrab command " how to use
What is console line?
What is the command to find out users on the system?
What is mac default shell?
What are the different types of shell scripting?
How do I open the shell prompt?
What is bash shell command?
How do I run a script on mac?
Is shell a part of kernel?
What are different types of shell?
Is powershell a language?
How to print all the arguments provided to the script?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What is eval in shell script?
How can I set the default rwx permission to all users on every file which is created in the current shell?