shell中变量添加字符
通过shell下简单的验证发现:[root@localhost mem_test]# a=xx[root@localhost mem_test]# (c=b;echo $a$c)xxb[root@localhost mem_test]# echo $axx[root@localhost mem_test]# echo $ab[root@localhost mem_test]# echo "$a"bxxb[root@localhost mem_test]# echo "$a"bxx.





