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