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 |
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
How to set an array in linux?
How will you find the 99th line of a file using only tail and head command?
What is awk in shell script?
Can you write a script to portray how set –x works?
What is shell application?
What is bash eval?
Why do we write bin bash in shell scripts?
Is bash an operating system?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
Given a file find the count of lines containing the word "abc".
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly