echo.1sh5

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1SH5 代码 · 共 60 行

1SH5
60
字号
.TH echo 1sh5.SH Nameecho \- echo arguments .SH Syntax.NXR "echo arguments".B echo[ arg ] ....SH DescriptionThe.PN echocommandwrites its arguments separated by blanks and terminated bya new-line on the standard output.It alsounderstands C-like escape conventions; however,beware of conflicts with the shell's use of the backslash (\fB\e\fP) character:.PP.RS.PD 0.TP.B \ebbackspace.TP.B \ecprint line without new-line.TP.B \efform-feed.TP.B \ennew-line.TP.B \ercarriage return.TP.B \ettab.TP.B \evvertical tab.TP.B \e\ebackslash.TP.BI \e nthe 8-bit character whose \s-1ASCII\s0 code isthe 1-, 2- or 3-digit octal number.IR n ,which must start with a zero..RE.PD.PPThe.PN echois useful for producing diagnostics in command filesand for sending known data into a pipe..SH See Alsosh5(1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?