echo.1

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 24 行

1
24
字号
.TH ECHO 1 .SH NAMEecho \- echo arguments .SH SYNOPSIS.B echo[.B \-n][ arg ] ....SH DESCRIPTION.I Echowrites its arguments separated by blanks and terminated bya newline on the standard output.If the flag.B \-nis used,no newline is added to the output..PP.I Echois useful for producing diagnostics inshell programs and for writing constant data on pipes.To send diagnostics to the standard error file, do`echo ... 1>&2'.

⌨️ 快捷键说明

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