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