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