Home | History | Annotate | Line # | Download | only in testdir
      1 length > max	{ max = length; x = $0}
      2 END { print max, x }
      3