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


Please Help Members By Posting Answers For Below Questions

What is path in shell script?

815


Explain how you Automate your application using Shell scripting.

2064


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2251


What does .sh file contain?

728


Is bash a shell script?

811


Write down the syntax for all the loops in shell scripting.

869


How can I set the default rwx permission to all users on every file which is created in the current shell?

1189


What is eval in shell script?

890


What happens when you type ls?

752


How to print pid of the current shell?

769


I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?

970


How can I send a mail with a compressed file as an attachment?

780


Explain about shebang?

816


What is the difference between scripting and coding?

734


I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

785