[go: up one dir, main page]

expr(1) minix man page | unix.com

Man Page: expr

Operating Environment: minix

Section: 1

EXPR(1) 						      General Commands Manual							   EXPR(1)

NAME
expr - evaluate experession
SYNOPSIS
expr arg ...
EXAMPLES
x=`expr + 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). EXPR(1)
Related Man Pages
expr(1b) - sunos
expr(1) - redhat
expr(1) - v7
expr(1) - opendarwin
expr(1) - plan9
Similar Topics in the Unix Linux Community
What editor does everyone use?
regular expression for MAC address validation
Double Substitution variables in ksh
shell script for extracting out the shortest substring from the given starting and en
Use of expr to calc differenc ein to epoch values