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