BSD 4_2 development
[unix-history] / usr / man / man1 / fold.1
CommitLineData
d8649de5
C
1.TH FOLD 1 "24 February 1979"
2.UC
3.SH NAME
4fold \- fold long lines for finite width output device
5.SH SYNOPSIS
6.B fold
7[
8\-width
9] [
10file ...
11]
12.SH DESCRIPTION
13.I Fold
14is a filter which will fold the contents of the specified files,
15or the standard input if no files are specified,
16breaking the lines to have maximum width
17.I width.
18The default for
19.I width
20is 80.
21.I Width
22should be a multiple of 8 if tabs are present, or the tabs should
23be expanded using
24.IR expand (1)
25before coming to
26.I fold.
27.SH SEE\ ALSO
28expand(1)
29.SH BUGS
30If underlining is present it may be messed up by folding.