concat $ to string sh code example Example: sh concat string VAR1="Hello," VAR2=" World" VAR3="$VAR1$VAR2" echo "$VAR3"