Unix操作系统minix 2.0源码

源代码在线查看: expr.1

软件大小: 51695 K
上传用户: lilacky
关键词: minix Unix 2.0 操作系统
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
				EXPR(1)                   Minix Programmer's Manual                    EXPR(1)
				
				
				NAME
				     expr - evaluate experession
				
				SYNOPSIS
				     expr arg ...
				
				EXAMPLES
				
				     x=`expr $x + 1`     # Add 1 to shell variable x
				
				DESCRIPTION
				
				     Expr 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.
				
				SEE ALSO
				     sh(1), test(1).
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				
				                                                                             1
				
							

相关资源