在Sh
[SunOs] /opt # sh
[\h] \w \$ read -a array <<< "1 2 3";echo ${array[1]}
syntax error: `<' unexpected
在重击中
[SunOs] ~ # bash
[SunOs] ~ # read -a array <<< "1 2 3";echo ${array[1]}
2
为什么“sh”外壳中出现错误,我使用的是 SunOS 5.10 Generic_147440-10 sun4v sparc sun4v