line=0
while read p
do
    ((line++))
    if [[ $line -eq 5 ]]
    then 
        echo $p
    fi
done<nowcoder.txt