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