Diff b/w C-shell and Born-shell

Answers were Sorted based on User's Feedback



Diff b/w C-shell and Born-shell..

Answer / 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

Diff b/w C-shell and Born-shell..

Answer / alf55

Actually "csh" is a little bit more user friendly; however,
it should not be used for system admin scripts as it has
lots of potential holes to allow other executable to be run
rather than those intended. Also it has lots of short
commings when it comes to redirection and pipes. Please see:

http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

How do you check which file consuming more space in linux?

0 Answers  


can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance

1 Answers  


What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?

0 Answers  


Is cmake only for c++?

0 Answers  


How do I find command history in linux?

0 Answers  


How do I clear terminal command history?

0 Answers  


How many cmd commands are there?

0 Answers  


How do you copy in terminal?

0 Answers  


How do I check terminal history?

0 Answers  


What is the role of case sensitivity in affecting the way commands are used?

0 Answers  


How do I check if my cpu is overclocked?

0 Answers  


How will retrieves incoming mails from different web sites

2 Answers   HCL, HP,


Categories