fmt / fold

fmt / fold#

Reformat text.

$ fmt -w 72 file
$ fold -w 80 file
$ fold -s -w 80 file