while read line
do
    if [[ -z $line ]];then
        continue
    else
        echo $line
    fi
done<nowcoder.txt