concatenate a variable in another variable with operand bash code example Example: combine strings bash foo="Hello" foo="${foo} World" echo "${foo}" > Hello World