Bash string manipulation cheatsheet Assignment Assign value to variable if variable is not already set, value is returned.Combine with a : no-op to discard/ignore return value. ${variable="value"}: ${variable="value"}