- What is parameter substitution?
- How can we include default values for our defined variables?
- How can we use parameter expansion to handle missing parameter values?
- What does ${#*} do?
- How does pattern substitution work when talking about parameter expansions?
- How is pattern removal related to pattern substitution?
- What types of case modifications can we perform?
- Which two things can we use to get a substring from a variable's value?