• + 0 comments
    i=0
    while read input
    do
    x[$i]=$input
    i=$((i+1))
    done
    echo ${x[@]:3:5}