• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1length > max	{ max = length; x = $0}
2END { print max, x }
3