• + 0 comments

    (`x=1

    while read line

    do

    if [[ x -lt 23 ]]

    then

    echo ${line}

    fi

    x=$((x+1))

    done