Here's one way to do it: while read line do my_array=("${my_array[@]}" $line) done echo ${my_array[@]}. If you just run it, ...
確定! 回上一頁