This website requires JavaScript.
Explore
Help
Register
Sign In
Andrii
/
edu-dis-labs-bodnar
forked from
hasslesstech/edu-dis-labs
Watch
1
Star
0
Fork
You've already forked edu-dis-labs-bodnar
0
Code
Pull Requests
Activity
shmuliar
edu-dis-labs-bodnar
/
utils
/
table-generator
/
list-exceptions.sh
6 lines
106 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
grep -E
'\|\ [0-9]{3}\.[0-9]{3}'
use-cases/*.uc
\
|
cut -d
'|'
-f
2
\
|
sort
|
uniq -c
View Git Blame
Copy Permalink