What exactly is a shell?
Answer / Chetan Prakash
A shell is a user interface for interacting with an operating system using text-based commands. It provides services such as command interpretation, job control, file name expansion, variable assignments, and input/output redirection. The shell reads commands from the user, interprets them, and executes them on behalf of the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is better perl or shell scripting?
how to find weblogic version through linux cammand
How to enable the shell to know what program should be run to interpret the script?
What is the need of including script interpreter in your shell script?
Write a shell script to looking at the log file to see if the test has passed or not
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
How will you find the 99th line of a file using only tail and head command?
Tell something about the super block in shell scripting?
What are the additional egrep symbols?
What is the lifespan of a variable inside a shell script?
How does path variable work?
How to redirect both standard output and standard error to the same location?