Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh).
GNU.org
BASH ::
Bourne Again Shell
Shell ::
Is a command line interface for running programs on a computer.
Shell Types ::
The UNIX system offers a variety of shell types. Some of the common ones include:
- Bash: Bourne Again Shell
- ksh: Korn Shell
- zsh: Z Shell
- csh: C Shell
Help: Type -h or --help after almost any command to bring up a help menu for that command.
Manual: Type man before almost any command to bring up a manual for that command (quit man with q).
Shells
Bash Shell:
Bash is the GNU Project's shell—the Bourne Again SHell.
Z Shell (zsh):
Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
Bash Add-On Frameworks
Oh My BASH!:
Oh-My-Bash is an open source, community-driven framework for managing your BASH configuration. It comes bundled with a ton of helpful functions, helpers, plugins, themes, and a few things that make you shout... If you heard about Oh-My-Zsh before, this project is a shameless fork of that one, but in "Bourne Again Shell".
“Oh My BASH!”
Zsh Add-On Frameworks
Oh My ZSH!:
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...
"Oh My ZSH!"