blob: 1e16af35a63f88d14672bc4e58008fecf63697f4 [file] [log] [blame]
length > max { max = length; x = $0}
END { print max, x }