What is the use of script interpreter in shell scripting?
Answer Posted / basavaraj
It will act as bridge between an user and kernel
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
I have 2 files and I want to print the records which are common to both.
What does it mean to debug a script?
How do I open a jshell in cmd?
Why are there shells on the beach?
What is difference between bash and shell?
How to calculate the number of passed arguments?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How will you emulate wc –l using awk?
What shell is bin sh?
How do you create a shortcut in linux?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is awk in shell scripting?
What is another name for a bash shell script that you might see?
How will you copy a file from one machine to other?