#!/bin/bash
cat -n nowcoder.txt | awk '$2=="" {print $1}'