xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.max
(revision eceb233b9bd0dfebb902ed73b531ae6964fa3f9b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
length > max { max = length; x = $0}
2
END { print max, x }
3