bash 配列
from shell script
bash 配列
$ list=(1 2 3); echo ${list@}
$ echo ${@} # 引数の表示
$ b="${a@}" # bは配列にならないはず
たぶんshでh()むり
shell script 配列