bash concat 2 strings and store in a variable code example Example: combine strings bash foo="Hello" foo="${foo} World" echo "${foo}" > Hello World