操作系统设计与实现源码

源代码在线查看: expr.1

软件大小: 53270 K
上传用户: x395450030
关键词: 操作 系统设计 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				.TH EXPR 1				.SH NAME				expr \- evaluate experession				.SH SYNOPSIS				\fBexpr \fIarg ...\fR				.br				.de FL				.TP				\\fB\\$1\\fR				\\$2				..				.de EX				.TP 20				\\fB\\$1\\fR				# \\$2				..				.SH EXAMPLES				.EX "x=\`expr \$x + 1\`" "Add 1 to shell variable x"				.SH DESCRIPTION				.PP				\fIExpr\fR computes the value of its argument and writes the result on				standard output.  The valid operators, in order of increasing precedence,				are listed below.  Operators grouped by {...} have the same precedence.				The operators are: |, &, {}, {+, \-}, *, /, %, and :.				Parentheses are permitted.				.SH "SEE ALSO"				.BR sh (1),				.BR test (1).							

相关资源