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 does $@ mean bash?
What is another name for a bash shell script that you might see?
Why is used in shell scripting?
How does ls command work?
What are the 3 standard streams in linux?
What is the crontab?
Is shell scripting a programming language?
Explain about "s" permission bit in a file?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What is the first line of a shell script called?
What are types of shells?
How to get the 3rd element/column from each line from a file?
What is a shell environment?
How to redirect both standard output and standard error to the same location?
What are script files?