awk/testdir/p.47

3 lines
63 B
Plaintext

$3 > 100 { print >"tempbig" }
$3 <= 100 { print >"tempsmall" }