Google News
logo
Unix - Interview Questions
Describe key features of the Bourne shell.
Bourne shell is referred to as the standard shell. The default prompt here is the ‘$’ character.

The key features of the Bourne shell include :

* Input/ Output redirection.
* Use of Metacharacters for file name abbreviations.
* Using shell variables for the customizing environment.
* Creation of programs using a built-in command set.
Advertisement