xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.redir1
(revision 19261079b74319502c6ffa1249920079f0f69a72)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
$1%2==1 {print >"
foo.odd
"}
2
$1%2==0 {print >"
foo.even
"}
3