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