add 2 strings to = a varable code example Example: combine strings bash foo="Hello" foo="${foo} World" echo "${foo}" > Hello World