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