BSD 4_1c_2 release
[unix-history] / 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;
}