1*9a7741deSElliott Hughes$3 > 100 { print >"tempbig" } 2*9a7741deSElliott Hughes$3 <= 100 { print >"tempsmall" } 3