awk/testdir/p.31
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

3 lines
70 B
Plaintext

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