source:
buchla-68k/warn.sh@
0acb7d0
Last change on this file since 0acb7d0 was 8618599, checked in by , 7 years ago | |
---|---|
|
|
File size: 116 bytes |
Rev | Line | |
---|---|---|
[8618599] | 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.