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