OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / echo.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH ECHO "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 echo \- display a line of text
5 .SH SYNOPSIS
6 .B echo
7 [\fI\,SHORT-OPTION\/\fR]... [\fI\,STRING\/\fR]...
8 .br
9 .B echo
10 \fI\,LONG-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 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
76 .br
77 Report echo translation bugs to <http://translationproject.org/team/>
78 .SH COPYRIGHT
79 Copyright \(co 2016 Free Software Foundation, Inc.
80 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
81 .br
82 This is free software: you are free to change and redistribute it.
83 There is NO WARRANTY, to the extent permitted by law.
84 .SH "SEE ALSO"
85 Full documentation at: <http://www.gnu.org/software/coreutils/echo>
86 .br
87 or available locally via: info \(aq(coreutils) echo invocation\(aq