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