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
What is option in shell script?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What are the two files of crontab command?
Can we run shell script in windows?
What is the significance of $#?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
Why should we use shell scripts?
What happens when you type ls?
Explain about the slow execution speed of shells?
What is difference between shell and bash scripting?
I have 2 files and I want to print the records which are common to both.
What is the use of "$#" in shell scripting?
How does ls command work?
What does $$ mean in shell script?