What does the following syntax mean in a bash script? I think the result is to set the variable, but why not just use a normal equal sign to set the variable? What is the significance of the syntax?
OUTPUT=${OUTPUT:-/usr/pack
ages}
Does it mean one or the other?
Start Free Trial