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 |
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
What is awk in shell script?
What is the use of "test" command?
How to find all the files modified in less than 3 days and save the record in a text file?
What are the different variables present in linux shell?
How would you compare the strings in a shell script?
What is .sh file in mac?
What does egrep mean?
What are the three main forms of enabling debugging in a shell script?
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
Write a shell script to looking at the log file to see if the test has passed or not
How to print some text on to the screen?