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