We will use a script for this. #!/bin/bash while read -r line do arrText+=("$line") done < words.txt echo ${arrText[@]} echo ${arrText[6]}.
確定! 回上一頁