Penguin
Annotated edit history of echo(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ECHO
2 !!!ECHO
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 echo - display a line of text
15 !!SYNOPSIS
16
17
18 __echo__ [[''OPTION'']...
19 [[''STRING'']...
20 !!DESCRIPTION
21
22
23 NOTE: your shell may have its own version of echo which will
2 LawrenceDoliveiro 24 supersede the version described here. Please refer to your
1 perry 25 shell's documentation for details about the options it
26 supports.
27
28
29 Echo the STRING(s) to standard output.
30
31
32 __-n__
33
34
35 do not output the trailing newline
36
37
38 __-e__
39
40
41 enable interpretation of the backslash-escaped characters
42 listed below
43
44
45 __--help__
46
47
48 display this help and exit (should be alone)
49
50
51 __--version__
52
53
54 output version information and exit (should be
55 alone)
56
57
58 With __-e__, the following sequences are recognized and
59 interpolated:
60
61
62 NNN
63
64
65 the character whose ASCII code is NNN (octal)
66
67
68 \
69
70
71 backslash
72
73
74 a
75
76
77 alert (BEL)
78
79
80 b
81
82
83 backspace
84
85
86 c
87
88
89 suppress trailing newline
90
91
92 f
93
94
95 form feed
96
97
98 n
99
100
101 new line
102
103
104 r
105
106
107 carriage return
108
109
110 t
111
112
113 horizontal tab
114
115
116 v
117
118
119 vertical tab
120 !!AUTHOR
121
122
123 Written by FIXME unknown.
124 !!REPORTING BUGS
125
126
127 Report bugs to
128 !!COPYRIGHT
129
130
131 Copyright 2000 Free Software Foundation, Inc.
132 This is free software; see the source for copying
133 conditions. There is NO warranty; not even for
134 MERCHANTABILITY or FITNESS FOR A PARTICULAR
135 PURPOSE.
136 !!SEE ALSO
137
138
139 The full documentation for __echo__ is maintained as a
140 Texinfo manual. If the __info__ and __echo__ programs
141 are properly installed at your site, the
142 command
143
144
145 __info echo__
146
147
148 should give you access to the complete manual.
149 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.