36 lines
		
	
	
		
			680 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			680 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
.TH FOLD 1
 | 
						|
.SH NAME
 | 
						|
fold \- fold long lines
 | 
						|
.SH SYNOPSIS
 | 
						|
\fBfold\fR [\fB\-\fIn\fR]\fR [\fIfile\fR] ...\fR
 | 
						|
.br
 | 
						|
.de FL
 | 
						|
.TP
 | 
						|
\\fB\\$1\\fR
 | 
						|
\\$2
 | 
						|
..
 | 
						|
.de EX
 | 
						|
.TP 20
 | 
						|
\\fB\\$1\\fR
 | 
						|
# \\$2
 | 
						|
..
 | 
						|
.SH OPTIONS
 | 
						|
.TP 5
 | 
						|
.B \-\fIn\fR
 | 
						|
# How long should the output lines be
 | 
						|
.SH EXAMPLES
 | 
						|
.TP 20
 | 
						|
.B fold \-60
 | 
						|
# Fold \fIstdin\fR to 60 characters
 | 
						|
.TP 20
 | 
						|
.B fold file
 | 
						|
# Fold \fIfile\fP to 80 characters
 | 
						|
.SH DESCRIPTION
 | 
						|
.PP
 | 
						|
\fIFold\fR takes copies its input from the named file (or \fIstdin\fR,
 | 
						|
if none is specified) to standard output.
 | 
						|
However, lines longer than the given maximum (default 80) are broken
 | 
						|
into multiple lines of the maximum length by inserting new line characters.
 | 
						|
.SH "SEE ALSO"
 | 
						|
.BR width (1).
 |