BSD 4_1c_2 release
[unix-history] / usr / src / bin / as / astokfix.awk
CommitLineData
a7c75d33
RH
1#
2# Copyright (c) 1982 Regents of the University of California */
e804469b 3# @(#)astokfix.awk 4.3 2/14/82
a7c75d33
RH
4#
5/AWKFIXESME/{
6 if ($4 == "AWKFIXESME")
7 $4 = count++;
8}
9{
10 print $0;
11}