What are the different shells available?
Answers were Sorted based on User's Feedback
BASH Shell (common Shell)
CSH( C Shell)
KSH(Korn Shell)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / subbareddy
Bourne-Again shell (bash) -- Written as part of the GNU
project to provide a superset of Bourne Shell
functionality.
Debian Almquist shell (dash) -- Dash is a modern
replacement for ash in Debian.
Korn shell (ksh) -- Written by David Korn, while at Bell
Labs.
Z shell (zsh) -- considered as the most complete (read: the
most features) shell: it is the closest thing that exists
to a superset of sh, ash, bash, csh, ksh, and tcsh.
[citation needed]
Busybox -- Tiny utilities for small and embedded systems,
include a shell.
| Is This Answer Correct ? | 4 Yes | 2 No |
How to make userdefined variables to available for all other shells?
write a program to display all the files from the current directory which are created in particular month
How does shell scripting work?
What are scripts in psychology?
What is scripting autism?
How to pass an argument to a script?
What is an sh file?
Explain how you Automate your application using Shell scripting.
shell script for reverse the string
How shell works?
What is Path variable?What is its use?
How do I run a .sh file?