concateanet strings sh store as variable "SH" code example Example: sh concat string VAR1="Hello," VAR2=" World" VAR3="$VAR1$VAR2" echo "$VAR3"