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