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