Computer Science, asked by TbiaSamishta, 1 year ago

How shells interpret command? Explain with suitable figure.

Answers

Answered by aqibkincsem
5

The Base shell actually runs the scripts as an interpreter.


If you type the command, then the BASH shell will properly read them as the series of words.


Each work is actually separated by the semi colon, space or other command delimiter.


You can terminate this command by simply pressing a Enter key. It will also insert the new line character in the completion of command.

Similar questions