fold - fold long lines for finite width output device
fold [-w width] file ...
The fold(1) utility is a filter that folds the contents of the specified files, or the standard input if no files are specified, breaking the lines at a maximum width of 80 characters.
The fold(1) utility exits 0 on success, and >0 if an error occurs.
fmt(1)