TRUE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:0k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH TRUE 1
  2. .SH NAME
  3. true, false - exit with the value true or false
  4. .SH SYNOPSIS
  5. fBtruefR
  6. .br
  7. fBfalsefR
  8. .br
  9. .de FL
  10. .TP
  11. \fB\$1\fR
  12. \$2
  13. ..
  14. .de EX
  15. .TP 20
  16. \fB\$1\fR
  17. # \$2
  18. ..
  19. .SH OPTIONS
  20. (none)
  21. .SH EXAMPLES
  22. .EX "while true" "List the directory until DEL is hit"
  23. .SH DESCRIPTION
  24. .br
  25. do ls -l
  26. .br
  27. done
  28. .PP
  29. These commands return the value
  30. .I true
  31. or
  32. .I false .
  33. They are used for shell programming.
  34. .SH "SEE ALSO"
  35. .BR sh (1).