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

操作系统开发

开发平台:

C/C++

  1. TRUE(1)                   Minix Programmer's Manual                    TRUE(1)
  2. NAME
  3.      true, false - exit with the value true or false
  4. SYNOPSIS
  5.      true
  6.      false
  7. OPTIONS
  8.      (none)
  9. EXAMPLES
  10.      while true          # List the directory until DEL is hit
  11. DESCRIPTION
  12.              do ls -l
  13.              done
  14.      These commands return the value true or false . They are used  for  shell
  15.      programming.
  16. SEE ALSO
  17.      sh(1).
  18.                                                                              1