concatenate strings shell script code example Example: combine strings bash foo="Hello" foo="${foo} World" echo "${foo}" > Hello World