Created Sonntag 26 Januar 2020
echo $VAR
echo file.${VAR_WITH_EXTENSION}
If the variable is empty the spcified default is used:
echo file.${VAR:-<default value>}