man.bsd.lv manual page server

Manual Page Search Parameters

FOLD(1) General Commands Manual FOLD(1)

foldfold long lines for finite width output device

fold [-w width] file ...

Fold is a filter which folds the contents of the specified files, or the standard input if no files are specified, breaking the lines to have maximum of 80 characters.

The options are as follows:

Specifies a line width to use instead of the default 80 characters. Width should be a multiple of 8 if tabs are present, or the tabs should be expanded using expand(1) before using fold.

expand(1)

If underlining is present it may be messed up by folding.

4.4BSD-Lite2 June 6, 1993 FOLD(1)