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
What are filters explain sort with all the options available?
What does $$ mean in shell script?
What is the way to do multilevel if-else's in shell scripting?
How do I run a script from command prompt?
How do I run a bin bash script?
How to write a function?
Explain about sourcing commands?
What is shell scripting used for?
How to find all the files modified in less than 3 days and save the record in a text file?
What is awk in shell script?
What is the meaning of $1 in shell script?
What language is bash?
Is shell scripting a programming language?
What does $1 mean in bash?
What does the sh command do?