What are the advantages of bash over all other shells?



What are the advantages of bash over all other shells?..

Answer / amitverma

Bash is an sh-compatible shell that incorporates useful
features from the Korn shell (ksh) and C shell (csh). It is
intended to conform to the IEEE POSIX P1003.2/ISO 9945.2
Shell and Tools standard. It offers functional improvements
over sh for both programming and interactive use; these
include command line editing, unlimited size command
history, job control, shell functions and aliases, indexed
arrays of unlimited size, and integer arithmetic in any
base from two to sixty-four. Bash can run most sh scripts
without modification.

Like the other GNU projects, the bash initiative was
started to preserve, protect and promote the freedom to
use, study, copy, modify and redistribute software. It is
generally known that such conditions stimulate creativity.
This was also the case with the bash program, which has a
lot of extra features that other shells can't offer.

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More Shell Script Interview Questions

How to check if the previous command was run successfully?

0 Answers  


Why is a script important?

0 Answers  


Explain about the exit command?

0 Answers  


What are the four fundamental components of every file system on linux?

0 Answers  


What is eval in shell script?

0 Answers  






Why we are writting shell scripts? Plz if possible explain it briefly.

6 Answers   ITC Infotech,


What makes c shell a more preferable option than the bourne shell?

0 Answers  


What are the 3 standard streams in linux?

0 Answers  


c program to display the information of given file similar to givan by the unix or linux command ls -l

0 Answers   IBM,


State the advantages of shell scripting?

0 Answers  


How to debug the problems encountered in the shell script/program?

0 Answers  


determine the output of the following command: echo ${new:-variable}

0 Answers  


Categories