The expr command in Linux – Evaluate Expressions and Perform String Operations
The expr command in Linux evaluates a given expression for you and displays the output. It also lets you perform certain string operations such as finding length, substring and more. In this tutorial, we will learn how to perform these…