This document provides an overview of the BASH shell and scripting in 3 sentences or less:
BASH is the Bourne Again Shell, the most common shell for Linux and UNIX systems. It allows running commands and writing scripts using features like variables, conditionals, loops, functions, I/O redirection, command substitution and more. The document covers the basics of BASH scripting syntax and examples of many common BASH scripting elements and constructs.