An introduction to parameter expansion in Bash
https://opensource.com/article/17/6/bash-parameter-expansion?sc_cid=7016000000127ECAAY In Bash, entities that store values are known as parameters. The wealth of parameter expansion modifiers transforms Bash variables and other parameters into powerful tools beyond simple value stores. →