The shell is a command interpreter, it takes each command and passes it to the operating system kernel to be acted upon. The most commonly available shells are: Bourne shell (sh), C shell (csh), Korn shell (ksh), TC Shell (tcsh) and Bourne Again Shell (bash)

3m read timeFrom rudrakshi.hashnode.dev
Post cover image
Table of contents
Basic ScriptsSpecial Variables and Positional Argumentsif-then ScriptsFor Loop Scriptsdo-while ScriptsCase Statement ScriptsAliases
12 Comments

Sort: