1
0
Fork 0

3 lines
58 B

length > max { max = length; x = $0}
END { print max, x }