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