1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
.\" You may copy, distribute and modify under the terms of the LDP General
.\" Public License as specified in the LICENSE file that comes with the
.\" gnumaniak distribution
.\"
.\" The author kindly requests that no comments regarding the "better"
.\" suitability or up-to-date notices of any info documentation alternative
.\" is added without contacting him first.
.\"
.\" (C) 1999-2002 Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com>
.\"
.\" GNU echo man page
.\" man pages are NOT obsolete!
.\" <ragnar@ragnar-hojland.com>
.\"
.\" Japanese Version Copyright (c) 2000 NAKANO Takeo all rights reserved.
.\" Translated Sun 12 Mar 2000 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
.\"
.TH echo 1 "18 June 2002" "GNU Shell Utilities 2.1"
.SH ̾
echo \- 1 ԤΥƥȤɽ
.SH SYNOPSIS
.SH
.BI "echo [-ne] [" string... ]
.sp
.B echo [\-\-help] [\-\-version]
.SH
.B echo
Ϳ줿
.I string
줾ɸϤ˽Ф줾δ֤ˤϥڡߡ
ǸΰθˤϲԤԤ
.B \-n
ץꤵƤϲԤʤ
.PP
ۤȤɤΥˤƱ̾Ȥ߹ߥޥɤΤǡ
ñ `echo' ȤƼ¹Ԥȡ
ǵҤ줿ΤȤϰۤʤäǽΤΤ¹Ԥ
.SH ץ
.TP
.B \-n
βԤԤʤ
.TP
.B \-e
.I string
ΡХååǥפ줿ʸβͭˤ롣
줾ΰ̣ϰʲ̤:
.RS
.PD 0
.TP
.B \ea
顼 (٥)
.TP
.B \eb
Хåڡ
.TP
.B \ec
βԤϤʤ
.TP
.B \ef
եե (form feed)
.TP
.B \en
(newline)
.TP
.B \er
(carriage return)
.TP
.B \et
ʿ
.TP
.B \ev
ľ
.TP
.B \e\e
Хåå
.TP
.BI \e nnn
ɤ \fInnn\fP (8 ) ʸ
.PD
.RE
.\"nakano add the PP here instead of "SH OPTIONS"
.PP
GNU
.B echo
Ĥǵư줿ˤϡ
ʲΥץǧ:
.TP
.B "\-\-help"
ɸϤ˻ˡΥåϤェλ롣
.TP
.B "\-\-version"
ɸϤ˥СϤェλ롣
.SH
ץΥХˤĤƤ bug-sh-utils@gnu.org 𤷤Ƥ
ڡι Ragnar Hojland Espinosa <ragnar@ragnar-hojland.com> ԤäƤޤ
|