source:
buchla-68k/warn.sh@
c80943f
Last change on this file since c80943f was 8618599, checked in by , 7 years ago | |
---|---|
|
|
File size: 116 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | grep warning:.*-W /tmp/out.txt | sed -e 's/^.*\(\[-W.*\]\).*$/\1/' | sort | uniq -c | sort -k 1 -r -n |
Note:
See TracBrowser
for help on using the repository browser.