📄 echo.1
字号:
ECHO(1) Minix Programmer's Manual ECHO(1)
NAME
echo - print the arguments
SYNOPSIS
echo [-n] argument ...
OPTIONS
-n No line feed is output when done
EXAMPLES
echo Start Phase 1 # 'Start Phase 1' is printed
echo -n Hello # 'Hello' is printed without a line feed
DESCRIPTION
Echo writes its arguments to standard output. They are separated by
blanks and terminated with a line feed unless -n is present. This
command is used mostly in shell scripts.
SEE ALSO
sh(1).
1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -