awk/testdir/t.redir1

3 lines
55 B
Plaintext

$1%2==1 {print >"foo.odd"}
$1%2==0 {print >"foo.even"}