Shellshock & Bash Functions
1: What is Bash?
Bash is a command-line interface shell program used
extensively in Linux and macOS. The name Bash is an acronym
for “Bourne Again Shell,” developed in 1989 as a successor to
the Bourne Shell
“What’s a Shell?” you ask?
When you open your Terminal, the Shell is the name of the
program that runs in the terminal.
Please note that the terminal is a dumb thing,
and it does not know what to do with any user input. When you
input a command into that window and hit enter key, that input
goes to another program to process it, and in most cases, it’s
the Shell.