ps-line-lengths
ps-line-lengths is an interactive autoloaded compiled Lisp function in `ps-print.el
'.
(ps-line-lengths)
Display the correspondence between a line length and a font size.
Done using the current ps-print setup.
Try: pr -t file | awk '{printf "%3d %s
", length($0), $0}' | sort -r | head