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