An expression evaluation tool.
The expr command is an expression evaluation tool used to evaluate expressions and output the results.
Common operators for expr:
+-\*/%expr (options) (parameters)
--help: Display help information for the command.
--version: Display the version information of the command.
Expression: The expression to be evaluated.
result=`expr 2 + 3`
result=$(expr $no1 + 5)