#!/bin/bash
cat nowcoder.txt |awk '($4~/23\/Apr\/2020:2[0-3]/){print $1}'|sort -u|wc -l