1FOLD(1)                          User Commands                         FOLD(1)
2
3
4

NAME

6       fold - wrap each input line to fit in specified width
7

SYNOPSIS

9       fold [OPTION]... [FILE]...
10

DESCRIPTION

12       Wrap  input  lines in each FILE (standard input by default), writing to
13       standard output.
14
15       Mandatory arguments to long options are  mandatory  for  short  options
16       too.
17
18       -b, --bytes
19              count bytes rather than columns
20
21       -c, --characters
22              count characters rather than columns
23
24       -s, --spaces
25              break at spaces
26
27       -w, --width=WIDTH
28              use WIDTH columns instead of 80
29
30       --help display this help and exit
31
32       --version
33              output version information and exit
34
35       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
36       Report fold translation bugs to <http://translationproject.org/team/>
37

AUTHOR

39       Written by David MacKenzie.
40
42       Copyright © 2013 Free Software Foundation, Inc.   License  GPLv3+:  GNU
43       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
44       This  is  free  software:  you  are free to change and redistribute it.
45       There is NO WARRANTY, to the extent permitted by law.
46

SEE ALSO

48       The full documentation for fold is maintained as a Texinfo manual.   If
49       the  info  and  fold  programs are properly installed at your site, the
50       command
51
52              info coreutils 'fold invocation'
53
54       should give you access to the complete manual.
55
56
57
58GNU coreutils 8.22               October 2018                          FOLD(1)
Impressum