Project

General

Profile

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