edu-dis-labs-vodyana/utils/table-generator/list-exceptions.sh

6 lines
111 B
Bash
Raw Normal View History

2024-05-26 20:08:05 +03:00
#!/bin/sh
grep -E '\|\ [0-9]{3}\.[0-9]{3}' use-cases/*.uc \
| cut -d '|' -f 2 \
| sort | uniq -c