3 lines
63 B
Plaintext
3 lines
63 B
Plaintext
$3 > 100 { print >"tempbig" }
|
|
$3 <= 100 { print >"tempsmall" }
|
$3 > 100 { print >"tempbig" }
|
|
$3 <= 100 { print >"tempsmall" }
|