CentOS Stream 9
Sponsored Link

Commands Help

Command :   Back to index

expr : evaluate expressions
[SYNOPSIS] expr EXPRESSION
arithmetic sum
# expr 1 + 1
arithmetic difference
# expr 2 - 1
arithmetic product : '*' must be escaped in shell
# expr 2 \* 4
arithmetic quotient
# expr 10 / 2
arithmetic remainder
# expr 10 % 7

Matched Content