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
What is the difference between grep and egrep?
Write down the syntax for all the loops in shell scripting.
What is difference between shell and bash scripting?
What is c in shell script?
What is sed in shell script?
How does path variable work?
How do I run a script on mac?
How will you find the 99th line of a file using only tail and head command?
What is mac default shell?
What is shell geeksforgeeks?
What is the use of break command?
What does $0 mean in shell script?
What are the different commands available to check the disk usage?
How many fields are present in a crontab file and what does each field specify?
Explain about stdin, stdout and stderr?