bash - How to uppercase/lowercase a bash variable
Found a couple places (took me a minute to figure out what they meant - sort of thick at times).
Here is the code:
#### https://linuxhint.com/bash_lowercase_uppercase_strings/
#### upper-case the passed in choice
#### - have to use for bash …