xref: /freebsd/contrib/one-true-awk/testdir/p.47 (revision f0865ec9906d5a18fa2a3b61381f22ce16e606ad)
1$3 > 100	{ print >"tempbig" }
2$3 <= 100	{ print >"tempsmall" }
3