expr
Command in Linux
Summary
The expr
command evaluates expressions and prints the result to standard output. It's a versatile tool for performing arithmetic, string manipulation, and logical operations within shell scripts or on the command line.