Answer Posted / abhay saxena
The Bourne shell is the original Unix shell (command
execution program, often called a command interpreter) that
was developed at AT&T.Bourne Again Shell (bash) is the free
version of the Bourne shell distributed with Linux systems.
Bash is similar to the original, but has added features such
as command line editing. Its name is sometimes spelled as
Bourne Again SHell.
&
C shell (csh) is a Unix shell developed by Bill Joy for the
BSD Unix system. It was originally derived from the 6th
Edition Unix /bin/sh (which was the Thompson shell), Its
syntax is modeled after the C programming language. The C
shell added many feature improvements over the Bourne
shell, such as aliases and command history. Today, the
original C shell is not in wide use on Unix; it has been
superseded by other shells such as the Tenex C shell (tcsh)
based on the original C shell code, but adding filename
completion and command line editing, comparable with the
Korn shell (ksh), and the GNU Bourne-Again shell (bash). An
independently-developed and modernized C shell, created by
Nicole Hamilton, also survives on Windows in the form of
Hamilton C shell.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What is phony in makefile?
What is gnu in linux?
What is the difference between cd and cd in linux?
How do I know my shell?
What is the command can be used to check for file corruption?
Where is command history stored in linux?
what is the roles and responsibilities in linux system admin having 2yrs exp..?
How do I check command history?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
What are commands in grammar?
What is parallel ssh?
How do I list all processes in linux?
You want to know how many lines in the kickoff file contains ‘prize’. Which of the following commands will produce the desired results?
If the programmer wishes to execute an instruction at the specified time. Which command is used?
How do I open a text file in cmd?