xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.else
(revision cab6a39d7b343596a5823e65c0f7b426551ec22d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ if($1>1000) print "yes"
2
else print "no"
3
}
4