#!/bin/bash cat nowcoder.txt | grep '23/Apr/202' | cut -d ' ' -f 1 | sort | uniq -c | tr -s ' ' | sed 's/^ //' | sort -r