xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.else
(revision 6f2cbaf6070522c7a121cd0dcb79cf06aa3606b1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{ if($1>1000) print "yes"
2
else print "no"
3
}
4