2011年3月10日 - How can I read file in shell script , then assign each line to an variable that i can use ... while read line do array+=("$line") done < some_file. To ...
askubuntu.com