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