xref: /csrg-svn/old/as.tahoe/astokfix.awk (revision 40597)
1*40597Sbostic#
2*40597Sbostic#	Copyright (c) 1982 Regents of the University of California */
3*40597Sbostic#	@(#)astokfix.awk 4.4 6/30/83
4*40597Sbostic#
5*40597Sbostic/AWKFIXESME/{
6*40597Sbostic	if ($4 == "AWKFIXESME"){
7*40597Sbostic		print $1 " " $2 " " $3 " " count++;
8*40597Sbostic	}
9*40597Sbostic}
10