Home
Linux
Bash
Set default value if parameter is not passed
mVar=${1:-text} echo $mVar