#!/bin/bash
awk '$4 ~ /\[23\/Apr\/2020/{cnt[$1]++}END{for(k in cnt){print cnt[k],k}}' | sort -rk1