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