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
What is path in shell script?
Explain how you Automate your application using Shell scripting.
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.
What does .sh file contain?
Is bash a shell script?
Write down the syntax for all the loops in shell scripting.
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is eval in shell script?
What happens when you type ls?
How to print pid of the current shell?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How can I send a mail with a compressed file as an attachment?
Explain about shebang?
What is the difference between scripting and coding?
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.