Tizen 2.0 Release
[external/tizen-coreutils.git] / man / echo.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH ECHO "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 echo \- display a line of text
5 .SH SYNOPSIS
6 .B echo
7 [\fIOPTION\fR]... [\fISTRING\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Echo the STRING(s) to standard output.
12 .TP
13 \fB\-n\fR
14 do not output the trailing newline
15 .TP
16 \fB\-e\fR
17 enable interpretation of backslash escapes
18 .TP
19 \fB\-E\fR
20 disable interpretation of backslash escapes (default)
21 .TP
22 \fB\-\-help\fR
23 display this help and exit
24 .TP
25 \fB\-\-version\fR
26 output version information and exit
27 .PP
28 If \fB\-e\fR is in effect, the following sequences are recognized:
29 .TP
30 \e0NNN
31 the character whose ASCII code is NNN (octal)
32 .TP
33 \e\e
34 backslash
35 .TP
36 \ea
37 alert (BEL)
38 .TP
39 \eb
40 backspace
41 .TP
42 \ec
43 suppress trailing newline
44 .TP
45 \ef
46 form feed
47 .TP
48 \en
49 new line
50 .TP
51 \er
52 carriage return
53 .TP
54 \et
55 horizontal tab
56 .TP
57 \ev
58 vertical tab
59 .PP
60 NOTE: your shell may have its own version of echo, which usually supersedes
61 the version described here.  Please refer to your shell's documentation
62 for details about the options it supports.
63 .SH AUTHOR
64 Written by FIXME unknown.
65 .SH "REPORTING BUGS"
66 Report bugs to <bug\-coreutils@gnu.org>.
67 .SH COPYRIGHT
68 Copyright \(co 2007 Free Software Foundation, Inc.
69 .br
70 This is free software.  You may redistribute copies of it under the terms of
71 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
72 There is NO WARRANTY, to the extent permitted by law.
73 .SH "SEE ALSO"
74 The full documentation for
75 .B echo
76 is maintained as a Texinfo manual.  If the
77 .B info
78 and
79 .B echo
80 programs are properly installed at your site, the command
81 .IP
82 .B info echo
83 .PP
84 should give you access to the complete manual.