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