date and time created 83/08/11 20:49:31 by sam
[unix-history] / usr / src / old / as.vax / astokfix.awk
CommitLineData
a7c75d33
RH
1#
2# Copyright (c) 1982 Regents of the University of California */
e8a2af35 3# @(#)astokfix.awk 4.4 %G%
a7c75d33
RH
4#
5/AWKFIXESME/{
e8a2af35
RH
6 if ($4 == "AWKFIXESME"){
7 print $1 " " $2 " " $3 " " count++;
8 }
a7c75d33 9}