#!/bin/bash
# Displays statistics about the error messages in `map` output
# Usage: self {input...|<input}
alias grep='grep --color=never'
grep -F '[101;97m' "$@"|sort|uniq --count