• + 0 comments
    i=0
    while read s
    do
        country[$i]=$s
        ((i++))
    done
    
    echo ${country[@]}