Penguin
Annotated edit history of fold(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 FOLD
2 !!!FOLD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 fold - wrap each input line to fit in specified width
15 !!SYNOPSIS
16
17
18 __fold__ [[''OPTION'']... [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Wrap input lines in each FILE (standard input by default),
23 writing to standard output.
24
25
26 __-b__, __--bytes__
27
28
29 count bytes rather than columns
30
31
32 __-s__, __--spaces__
33
34
35 break at spaces
36
37
38 __-w__, __--width__=''WIDTH''
39
40
41 use WIDTH columns instead of 80
42
43
44 __--help__
45
46
47 display this help and exit
48
49
50 __--version__
51
52
53 output version information and exit
54 !!AUTHOR
55
56
57 Written by David !MacKenzie.
58 !!REPORTING BUGS
59
60
61 Report bugs to
62 !!COPYRIGHT
63
64
65 Copyright 1999 Free Software Foundation, Inc.
66 This is free software; see the source for copying
67 conditions. There is NO warranty; not even for
68 MERCHANTABILITY or FITNESS FOR A PARTICULAR
69 PURPOSE.
70 !!SEE ALSO
71
72
73 The full documentation for __fold__ is maintained as a
74 Texinfo manual. If the __info__ and __fold__ programs
75 are properly installed at your site, the
76 command
77
78
79 __info fold__
80
81
82 should give you access to the complete manual.
83 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.