#!/bin/bash
grep "23/Apr/2020:[20,23]" nowcoder.txt | awk '{print$1}'| sort -n | uniq | wc -l