aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.max
blob: 1e16af35a63f88d14672bc4e58008fecf63697f4 (plain)
1
2
length > max	{ max = length; x = $0}
END { print max, x }