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