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