expr.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 29 行

1
29
字号
.TH EXPR 1.SH NAMEexpr \- 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 onstandard 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).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?