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 (fn)