What is the Shell? (Ch.6)
A command-line interpreter program that is the interface between the user and the Operating System.
The shell:
analyzes each command
determines what actions to be performed
performs the actions
Example:
wc -l file1 > file2
Previous slide
Next slide
Back to first slide
View graphic version