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