mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 04:26:54 +08:00
Co-authored-by: nilbuild <4921183+nilbuild@users.noreply.github.com>
691 B
691 B
Expr
expr is a command-line utility used to evaluate expressions. It can perform arithmetic operations, string manipulations, and logical comparisons. The expr command takes arguments as operands and operators, evaluates the expression, and writes the result to standard output. It's often used in shell scripts for performing calculations and making decisions based on numerical or string values.
Visit the following resources to learn more: