#!/bin/bash grep '23/Apr/2020' nowcoder.txt | awk -F " " '{print $1}'|sort|uniq -c|sort -k 1 -r| awk '{print $1,$2}'