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