Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.52 KB

File metadata and controls

35 lines (21 loc) · 1.52 KB

jii


What is Shell?

  • The Shell is a Command Line Interpreter. It translate commands enter by the user and converts them into a language that is understood by kernel.

What is Shell Script?

  • The basic concept of shell script is a list of commands which are listed in the order of execution. A good shell script will hav comments precided by # sign.

icons8-typing-64 icons8-translation-64 icons8-document-61


Bourne Shell Types C Shell Types
1. Bourne Shell C Shell
2. Korn Shell TENEX/TOPS C Shell
3. Bourne-Again Shell Z Shell
4. POSIX Shell

-----------------------------------------------------

Example :

  • At first we have opened two console side by side to see how it works more clearly.

Input:

bash

Output:

bash2