在 Bash 中,单引号 ('') 和双引号 (\'\') 有什么区别?
) 和双引号 ( '' ) "" 有什么区别
''
""
我只想指出,在 bash 中“简单变量”也是数组,也就是说 echo $a 与上面例子中的 echo ${a[0]} 相同