source: buchla-68k/warn.sh

Last change on this file was 8618599, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Count warnings.

  • Property mode set to 100755
File size: 116 bytes
Line 
1#!/bin/bash
2
3grep 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.