date and time created 82/02/14 16:22:35 by rrh
[unix-history] / usr / src / old / as.vax / astokfix.awk
#
# Copyright (c) 1982 Regents of the University of California */
# @(#)astokfix.awk 4.1 %G%
#
/AWKFIXESME/{
if ($4 == "AWKFIXESME")
$4 = count++;
}
{
print $0;
}