What does this mean in bash scripting:
local cluster=${1:-none}
looks like assignment of first argument, but what is other code for?
What does this mean in bash scripting:
local cluster=${1:-none}
looks like assignment of first argument, but what is other code for?