github.com/benhoyt/goawk@v1.8.1/testdata/p.31 (about) 1 length($1) > max { max = length($1); name = $1 } 2 END { print name }