add imagen
[unix-history] / usr / src / usr.bin / fold / fold.1
CommitLineData
4a81a0d7
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
95e4d5b4 5.\" @(#)fold.1 6.1 (Berkeley) %G%
4a81a0d7 6.\"
95e4d5b4 7.TH FOLD 1 ""
4a81a0d7
KM
8.UC
9.SH NAME
10fold \- fold long lines for finite width output device
11.SH SYNOPSIS
12.B fold
13[
14\-width
15] [
16file ...
17]
18.SH DESCRIPTION
19.I Fold
20is a filter which will fold the contents of the specified files,
21or the standard input if no files are specified,
22breaking the lines to have maximum width
23.I width.
24The default for
25.I width
26is 80.
27.I Width
28should be a multiple of 8 if tabs are present, or the tabs should
29be expanded using
30.IR expand (1)
31before coming to
32.I fold.
33.SH SEE\ ALSO
34expand(1)
35.SH BUGS
36If underlining is present it may be messed up by folding.