.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH FOLD "1" "January 2023" "GNU coreutils 9.1" "User Commands"
.SH NAME
fold \- manual page for fold 9.1
.SH SYNOPSIS
.B fold
[\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
.SH DESCRIPTION
Wrap input lines in each FILE, writing to standard output.
.PP
With no FILE, or when FILE is \-, read standard input.
.PP
Mandatory arguments to long options are mandatory for short options too.
.TP
\fB\-b\fR, \fB\-\-bytes\fR
count bytes rather than columns
.TP
\fB\-s\fR, \fB\-\-spaces\fR
break at spaces
.TP
\fB\-w\fR, \fB\-\-width\fR=\fI\,WIDTH\/\fR
use WIDTH columns instead of 80
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.PP
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
Full documentation <https://www.gnu.org/software/coreutils/fold>
or available locally via: info '(coreutils) fold invocation'
.SH AUTHOR
Written by David MacKenzie.
.SH COPYRIGHT
Copyright \(co 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.