What are the Different types of shells?
Answers were Sorted based on User's Feedback
Answer / dhrma
● The Bourne shell (includes sh, ksh, and bash)
● The C shell (includes csh and tcsh)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / seshadri sethi
sh : the oldest shell
csh
ksh
bash
tcsh
zsh
| Is This Answer Correct ? | 2 Yes | 1 No |
There are mainly two types of shell
1)The Bourne shell
2)The C shell
The Bourne shell includes
1)Bourne shell ( sh)
2)Korn shell ( ksh)
3)Bourne Again shell ( bash)
4)POSIX shell ( sh)
And the The C shell includes
1)csh(C shell)
2)tcsh(Tenex/Tops C shell)
| Is This Answer Correct ? | 1 Yes | 0 No |
What is ms powershell?
What is k shell?
What is use of "cut" command?
Can shell script run on windows?
How do we delete all blank lines in a file?
What is shift command in shell script?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
What is the syntax of "expr" command?
What does $@ mean bash?
How to declare functions in unix shell script?
What exactly is a shell?
What is shell scripting?