ECHO.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- 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