Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 2 (Q.No. 37)
37.
Which is the earliest and most widely used shell that came with the UNIX system?
C shell
Korn shell
Bourne shell
Smith shell
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Rahul said:   1 decade ago
The Bourne shell is considered the primary shell in scripts. All UNIX systems have it, first of all. Second, the shell is small and fast. It doesn't have the interactive features of the C shell, but so what? Interactive features aren't much use in scripts. There are also some features the Bourne shell has that the C shell doesn't have. All in all, many consider the Bourne shell to be the best shell for writing portable UNIX scripts.

Rahul said:   1 decade ago
The Bourne shell is considered the primary shell in scripts. All UNIX systems have it, first of all. Second, the shell is small and fast. It doesn't have the interactive features of the C shell, but so what? Interactive features aren't much use in scripts. There are also some features the Bourne shell has that the C shell doesn't have. All in all, many consider the Bourne shell to be the best shell for writing portable UNIX scripts.
(1)

Post your comments here:

Your comments will be displayed after verification.