array={geometry,analysis,topology,graph theory,calculus} echo $array
然后我想在“math:calculus”这样的每个元素中添加单词“math:”:
while (( i++ < 10)); { echo math:$array[i] }
但它不起作用?为什么?
array={geometry,calculus}
至
array=(geometry,calculus)
但是zsh有很多改变其行为的选择.也许输出’setopt’可能会有所帮助.