FOLD
Section: User Commands (1)
Updated: April 29, 1985
Index
Return to Main Contents
NAME
fold - fold long lines for finite width output device
SYNOPSIS
fold
[
-width
] [
file ...
]
DESCRIPTION
Fold
is a filter which will fold the contents of the specified files,
or the standard input if no files are specified,
breaking the lines to have maximum width
width.
The default for
width
is 80.
Width
should be a multiple of 8 if tabs are present, or the tabs should
be expanded using
expand(1)
before coming to
fold.
SEE ALSO
expand(1)
BUGS
If underlining is present it may be messed up by folding.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 17:19:16 GMT, March 25, 2025