#!/usr/bin/env sh
filename="nowcoder.txt"

awk -F " " '$4~/23\/Apr\/2020:2[0-3]/{print $1}' $filename | sort | uniq | wc -l