fold

fold#

Hard-wrap input lines to a fixed width (also covered with fmt above).

$ fold -w 64 file
$ echo "$LONG" | fold -s -w 80