Project

General

Profile

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