在shell编程中会遇到多个子串连接在一起的问题,不需要像c++或java一样的+符号,只需要简单连起来即可
num = 10str="hello world"t="num="$num" str="$strecho $t