1FOLD(1) User Commands FOLD(1)
2
3
4
6 fold - wrap each input line to fit in specified width
7
9 fold [OPTION]... [FILE]...
10
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
36 Written by David MacKenzie.
37
39 Report fold bugs to bug-coreutils@gnu.org
40 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
41 General help using GNU software: <http://www.gnu.org/gethelp/>
42 Report fold translation bugs to <http://translationproject.org/team/>
43
45 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
46 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
47 This is free software: you are free to change and redistribute it.
48 There is NO WARRANTY, to the extent permitted by law.
49
51 The full documentation for fold is maintained as a Texinfo manual. If
52 the info and fold programs are properly installed at your site, the
53 command
54
55 info coreutils 'fold invocation'
56
57 should give you access to the complete manual.
58
59
60
61GNU coreutils 8.4 June 2018 FOLD(1)