What is the use of script interpreter in shell scripting?
Answer Posted / tony
It's a forced attempt to try and let the script run with the Shell it was designed for. If the Shell is missing from a given system (which is unlikely if the Shell is a popular one), the script would fail. But, if the Shell is not a popular one, it will fail for a good reason, because the unpopular Shell has a high chance of not being compatible. Also, it's a method of indicating the system on which the script was written and intended for, just as a remark to any reader.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I start a shell script?
Tell something about the super block in shell scripting?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What are the disadvantages of shell scripting?
What is the syntax of "nested if statement" in shell scripting?
How do I run a bin bash script?
write a shell script to check the failed jobs?
How do I set bash as default shell mac?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Is shell scripting difficult?
How to find duplicate record in file using shell script?
What is shell prompt?
What shell is bin sh?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
how to get part of string variable with echo command only?