grep "23/Apr/2020" nowcoder.txt|awk -F"- -" '{arr[$1]+=1}END{for(i in arr){print arr[i]" "i}}'|sort -nrk 1