#!/bin/bash

cat nowcoder.txt | grep "23/Apr/2020:2[0-3]" | cut -d ' ' -f 1 | sort | uniq | wc -l