File:  [XINU] / xinu / sys / Flint
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:39:02 2018 UTC (8 years, 2 months ago) by root
Branches: xinu, MAIN
CVS tags: xinu-19870308, HEAD
Xinu for VAX

#!/bin/sh
: 'Flint  --  filter lint output for emacs ^X^N'
:
PATH=/bin:/usr/bin
awk ' {if( $1 ~ /[^ ]+\([0-9]+\)/ ) print $0; else \
for (i=2;i<=NF;i++) if( $i~/[^ ]+([0-9]+)/ ) print $i":"$0} ' | \
sed 's/^[^(]*/"&", line /;s/(\([0-9][0-9]*\))/\1/' | sort

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.