github.com/benhoyt/goawk@v1.8.1/testdata/t.max (about) 1 length > max { max = length; x = $0} 2 END { print max, x }