Project

General

Profile

1
#!/bin/sh
2
# Displays statistics about `map` error messages
3
# Usage: self {input...|<input}
4

    
5
alias grep='grep --color=never'
6

    
7
grep -F '' "$@"|sort|uniq -c
(18-18/79)