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 |
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
Is shell scripting useful?
What is in a script?
Write a shell script to get current date, time, user name and current working directory.
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is $1 in shell scripting?
In which variable prompt value is stored?
What is the difference between a variable and value?
c program to check whether all the directories in the path exists has read and write permission
What can scripts do?
Is shell scripting a programming language?