Project

General

Profile

1 1615 aaronmk
#!/bin/sh
2
# Counts distinct rows with errors in `map` error messages
3 1619 aaronmk
# Usage: self {input...|<input}
4 1615 aaronmk
5 1619 aaronmk
grep --extended-regexp "row #: .* [0-9]+" "$@"|uniq|wc -l