scripts add variable tp string code example Example: combine strings bash foo="Hello" foo="${foo} World" echo "${foo}" > Hello World