Correct choice is (a) expr
The explanation: The bourne shell can check whether an integer is greater than another or not, but it doesn’t have any computing features at all. It has to rely totally on expr command for that purpose. This command performs two functions:
• Performs arithmetic operations on integers
• Manipulates strings