xref: /freebsd/contrib/one-true-awk/testdir/t.next (revision fe75646a0234a261c0013bf1840fdac4acaf0cec)
1$1 > 5000	{ next }
2{ print }
3