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 awk script?
What is a shell environment?
What does chmod do?
What can you do with powershell?
write a shell script to check the failed jobs?
How to debug the problems encountered in the shell script/program?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What does $0 mean in shell script?
What is .sh file in mac?
What is sed in shell script?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is a boot block?
What is the first line in every perl script called?
What are the four fundamental components of every file system on linux?
How do I run a script on mac?