|
|
1.1 root 1: #!/bin/sh
2: : 'Flint -- filter lint output for emacs ^X^N'
3: :
4: PATH=/bin:/usr/bin
5: awk ' {if( $1 ~ /[^ ]+\([0-9]+\)/ ) print $0; else \
6: for (i=2;i<=NF;i++) if( $i~/[^ ]+([0-9]+)/ ) print $i":"$0} ' | \
7: sed 's/^[^(]*/"&", line /;s/(\([0-9][0-9]*\))/\1/' | sort
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.