ps-line-lengths-internal

ps-line-lengths-internal is a compiled Lisp function in `ps-print.el'.

(ps-line-lengths-internal)

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