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 |
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
What is basename in shell script?
Explain about non-login shell files?
How many prompts are available in a UNIX system?
Which scripting language is best for automation?
What can you do with powershell?
What is the command to find out users on the system?
What are the different communication commands available in the shell?
What is the crontab?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is the use of "$#" in shell scripting?
What does echo mean in scripting?