4.1cBSD/usr/src/bin/as/astokfix.awk

#
#	Copyright (c) 1982 Regents of the University of California */
#	@(#)astokfix.awk 4.3 2/14/82
#
/AWKFIXESME/{
	if ($4 == "AWKFIXESME")
		$4 = count++;
}
{
	print $0;
}