TRUE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH TRUE 1
- .SH NAME
- true, false - exit with the value true or false
- .SH SYNOPSIS
- fBtruefR
- .br
- fBfalsefR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- (none)
- .SH EXAMPLES
- .EX "while true" "List the directory until DEL is hit"
- .SH DESCRIPTION
- .br
- do ls -l
- .br
- done
- .PP
- These commands return the value
- .I true
- or
- .I false .
- They are used for shell programming.
- .SH "SEE ALSO"
- .BR sh (1).