Revision 1615
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/count_error_rows | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Counts distinct rows with errors in `map` error messages |
|
3 |
# Usage: self <input |
|
4 |
|
|
5 |
grep --extended-regexp "row #: .* [0-9]+"|uniq|wc -l |
|
0 | 6 |
Also available in: Unified diff
Added bin/count_error_rows to count distinct rows with errors in `map` error messages