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