1
0
Fork 0
edu-dis-labs-bodnar/utils/table-generator/list-exceptions.sh

6 lines
106 B
Bash
Raw Permalink Normal View History

#!/bin/sh
grep -E '\|\ [0-9]{3}\.[0-9]{3}' use-cases/*.uc \
| cut -d '|' -f 2 \
| sort | uniq -c