Bash: Scripting
Major Concepts & Key Terminology
- Bash Scripting basics
- How to create and reference bash variables
- Bash Conditional Statements:
if statements
if / else statements
if / elif / else statements
- Looping with Bash
for loops
for loops with conditional statements
while loops
while loops with conditional statements