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