manual page distributed with 4.2BSD
[unix-history] / usr / src / old / as.vax / astokfix.awk
#
# Copyright (c) 1982 Regents of the University of California */
# @(#)astokfix.awk 4.4 %G%
#
/AWKFIXESME/{
if ($4 == "AWKFIXESME"){
print $1 " " $2 " " $3 " " count++;
}
}