ref: 8424e93ad3e63cdfda1ae34e984691c3fe879175
parent: dbf7cbed8645e65df5bba0c83b566e2bd96e63b6
author: ozan yigit <ozan.yigit@gmail.com>
date: Mon Nov 27 18:31:28 EST 2023
comment out print stmt for prog.s
--- a/testdir/T.csv
+++ b/testdir/T.csv
@@ -18,7 +18,7 @@
prog = $0
printf("%3d %s\n", nt, prog) prog = sprintf("%s '"'"'%s'"'"'", awk, prog)- print "prog is", prog
+ # print "prog is", prog
nt2 = 0
while (getline > 0) {if (NF == 0) # blank line terminates a sequence
--
⑨