xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.max
(revision b01f409ffeda38212a2f6a62e1343526c7a8be98)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
length > max { max = length; x = $0}
2
END { print max, x }
3