Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 575 Bytes

Shell.md

File metadata and controls

11 lines (8 loc) · 575 Bytes

Description: The shell is a Command Line Interpreter which translates commands by the user and converts them into a language that is understood by a kernel.

The most common shell used is the Bash shell which stands for Bourne again shell written by Brian Fox and is compatible with the Bourne shell named after Stephen Bourne. The bourne shell had two primary goals: serve as a command interpreter and for scripting. Other shells include the C shell, Korn shell, TENEX C shell.

Contributor: Domeh John Kelvin || Twitter: @_jhohannes. || Github: @jhohannesK