awk/testdir/p.31

3 lines
70 B
Plaintext
Raw Permalink Normal View History

2019-06-23 09:13:57 +00:00
length($1) > max { max = length($1); name = $1 }
END { print name }