ECHO.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH ECHO 1
  2. .SH NAME
  3. echo - print the arguments
  4. .SH SYNOPSIS
  5. fBechofR [fB-nfR] fIargumentfR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-n" "No line feed is output when done"
  19. .SH EXAMPLES
  20. .EX "echo Start Phase 1" "&'Start Phase 1&' is printed"
  21. .EX "echo -n Hello" "&'Hello&' is printed without a line feed"
  22. .SH DESCRIPTION
  23. .PP
  24. .I Echo 
  25. writes its arguments to standard output.
  26. They are separated by blanks and terminated with a line feed unless
  27. .B -n
  28. is present.
  29. This command is used mostly in shell scripts.
  30. .SH "SEE ALSO"
  31. .BR sh (1).