xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
p.47
(revision ce110ea12fcea71ae437d0a1d0549d3d32055b0e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
$3 > 100 { print >"tempbig" }
2
$3 <= 100 { print >"tempsmall" }
3