OSDN Git Service

6742c861c94f9d579254cf14e43932b679f74e6b
[linuxjm/coreutils.git] / original / man1 / echo.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH ECHO "1" "April 2010" "GNU coreutils 8.5" "User Commands"
3 .SH NAME
4 echo \- display a line of text
5 .SH SYNOPSIS
6 .B echo
7 [\fISHORT-OPTION\fR]... [\fISTRING\fR]...
8 .br
9 .B echo
10 \fILONG-OPTION\fR
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Echo the STRING(s) to standard output.
15 .TP
16 \fB\-n\fR
17 do not output the trailing newline
18 .TP
19 \fB\-e\fR
20 enable interpretation of backslash escapes
21 .TP
22 \fB\-E\fR
23 disable interpretation of backslash escapes (default)
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .PP
31 If \fB\-e\fR is in effect, the following sequences are recognized:
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 produce no further output
44 .TP
45 \ee
46 escape
47 .TP
48 \ef
49 form feed
50 .TP
51 \en
52 new line
53 .TP
54 \er
55 carriage return
56 .TP
57 \et
58 horizontal tab
59 .TP
60 \ev
61 vertical tab
62 .TP
63 \e0NNN
64 byte with octal value NNN (1 to 3 digits)
65 .TP
66 \exHH
67 byte with hexadecimal value HH (1 to 2 digits)
68 .PP
69 NOTE: your shell may have its own version of echo, which usually supersedes
70 the version described here.  Please refer to your shell's documentation
71 for details about the options it supports.
72 .SH AUTHOR
73 Written by Brian Fox and Chet Ramey.
74 .SH "REPORTING BUGS"
75 Report echo bugs to bug\-coreutils@gnu.org
76 .br
77 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
78 .br
79 General help using GNU software: <http://www.gnu.org/gethelp/>
80 .br
81 Report echo translation bugs to <http://translationproject.org/team/>
82 .SH COPYRIGHT
83 Copyright \(co 2010 Free Software Foundation, Inc.
84 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
85 .br
86 This is free software: you are free to change and redistribute it.
87 There is NO WARRANTY, to the extent permitted by law.
88 .SH "SEE ALSO"
89 The full documentation for
90 .B echo
91 is maintained as a Texinfo manual.  If the
92 .B info
93 and
94 .B echo
95 programs are properly installed at your site, the command
96 .IP
97 .B info coreutils \(aqecho invocation\(aq
98 .PP
99 should give you access to the complete manual.