awk command
write a Bash script that groups visitors by IP and HTTP status code, and displays this data.
Requirements:
The exact format must be:
OCCURENCE_NUMBER IP HTTP_CODE
In list format
Ordered from the greatest to the lowest number of occurrences
See...
snowcodes.hashnode.dev2 min read