awk/testdir/t.max

3 lines
58 B
Plaintext
Raw Normal View History

2019-06-23 05:13:57 -04:00
length > max { max = length; x = $0}
END { print max, x }