xref: /freebsd/contrib/one-true-awk/testdir/t.substr1 (revision 1f88aa09417f1cfb3929fd37531b1ab51213c2d6)
1NR % 2 { print substr($0, 0, -1) }
2