Answer Posted / jayachandran.g.r
it is used to use arithmatic operation in shell scripting
stntx: expr op1 opertor op2
where op1 and op2 may be any integer no(without any
decimalpoint)and operator can be
+ Addition
- Subtraction
/ division
% Modular
\* Multiplication
EX: $expr 1 + 3
o/p 4
| Is This Answer Correct ? | 31 Yes | 18 No |
Post New Answer View All Answers
Explain about login shell?
How do I open a jshell in cmd?
Is shell scripting a language?
What is bash eval?
How will you connect to a database server from linux?
Is shell script a programming language?
What is the purpose of scripting?
What is shell company all about?
How can I send a mail with a compressed file as an attachment?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is bourne shell scripting?
Explain how you Automate your application using Shell scripting.
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Explain about debugging?
What is difference between shell and bash scripting?