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