What are the advantages of bash over all other shells?
Answer Posted / 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 View All Answers
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Differentiate between ‘ and ” quotes.
Explain about shebang?
Write a shell script to get current date, time, user name and current working directory.
What does $@ mean bash?
Which shell is the best?
What is mac default shell?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is shell company all about?
What is another name for a bash shell script that you might see?
Why are there shells on the beach?
What is @echo off?
What is batch file programming?
What are the zombie processes?
What lives in a shell?