Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / echo.1
blob4a2d8206bbbd15aeb4b36396c6dd1f27ff2d2756
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH ECHO "1" "October 2003" "GNU coreutils 5.0" FSF
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 NOTE: your shell may have its own version of echo which will supercede
10 the version described here. Please refer to your shell's documentation
11 for details about the options it supports.
12 .PP
13 Echo the STRING(s) to standard output.
14 .TP
15 \fB\-n\fR
16 do not output the trailing newline
17 .TP
18 \fB\-e\fR
19 enable interpretation of the backslash-escaped characters
20 listed below
21 .TP
22 \fB\-E\fR
23 disable interpretation of those sequences in STRINGs
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 Without \fB\-E\fR, the following sequences are recognized and interpolated:
32 .TP
33 \eNNN
34 the character whose ASCII code is NNN (octal)
35 .TP
36 \e\e
37 backslash
38 .TP
39 \ea
40 alert (BEL)
41 .TP
42 \eb
43 backspace
44 .TP
45 \ec
46 suppress trailing newline
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 .SH AUTHOR
63 Written by FIXME unknown.
64 .SH "REPORTING BUGS"
65 Report bugs to <bug-coreutils@gnu.org>.
66 .SH COPYRIGHT
67 Copyright \(co 2003 Free Software Foundation, Inc.
68 .br
69 This is free software; see the source for copying conditions.  There is NO
70 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
71 .SH "SEE ALSO"
72 The full documentation for
73 .B echo
74 is maintained as a Texinfo manual.  If the
75 .B info
76 and
77 .B echo
78 programs are properly installed at your site, the command
79 .IP
80 .B info echo
81 .PP
82 should give you access to the complete manual.