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 sh in shell script?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
how will you find the total disk space used by a specific user?
Why is the use of shell script?
What are the 4 basics of OOP?
In which variable prompt value is stored?
How will you emulate wc –l using awk?
How do I run a .sh file on mac?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
How to enable the shell to know what program should be run to interpret the script?
How can you find out how long the system has been running?
Please give me example of " at command , contrab command " how to use