TRUE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- TRUE(1) Minix Programmer's Manual TRUE(1)
- NAME
- true, false - exit with the value true or false
- SYNOPSIS
- true
- false
- OPTIONS
- (none)
- EXAMPLES
- while true # List the directory until DEL is hit
- DESCRIPTION
- do ls -l
- done
- These commands return the value true or false . They are used for shell
- programming.
- SEE ALSO
- sh(1).
- 1