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