Lecture 4<br />ShellUserUNIX shells:<br />HWWhy it is called shell??<br />Layer between the hardware and the user
Command Line interface
Function:
Interpreter                            ls  *      ls   f1    f2     f3     common in all shells
Shell scripts (programs)       differ in syntax from one shell and another
Features               <br />History
Auto CompletionBash    tab<br />Kshesc \    you must be in vi mode <br />esc =    all occurance<br />Redirection
Default action of the commandCommand takes the standard input from the keyboard and sends the standard output to the terminal window.<br />You can modify the default action of the standard input, standard output, and standard error within the shell by redirecting stdin, stdout, and stderr.<br />19558090170
Input redirection:

lec4.docx