xref: /freebsd/contrib/one-true-awk/testdir/t.exit (revision d9a42747950146bf03cda7f6e25d219253f8a57a)
1{ print }
2$1 < 5000 { exit NR }
3