awk/testdir/p.31

3 lines
70 B
Plaintext

length($1) > max { max = length($1); name = $1 }
END { print name }