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