Answers for "bash combine string with variable"

18

combine strings bash

foo="Hello"
foo="${foo} World"
echo "${foo}"
> Hello World
Posted by: Guest on May-06-2020

Code answers related to "bash combine string with variable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language