1*9a7741deSElliott Hughes$1%2==1 {print >"foo.odd"} 2*9a7741deSElliott Hughes$1%2==0 {print >"foo.even"} 3