For more detailed Tutorial visit - https://goo.gl/ZrJh1a
The Arithmetic expression is very important feature for performing number arithmetic operations in scripts.
By default variables are treated as strings in bash scripts.
But parsing a string to numbers is very easy using double parentheses and external command such as expr.
Arithmetic operations in Bash Shell
Arithmetic operations can be done on integers using the following methods
$(( expression ))
echo "Addition = $(( number_1 + number_2 ))"
expr — evaluate expression
we can also use expr command to perform Arithmetic operations on numbers.
echo "Addition = $(expr $number_1 + $number_2 )"
Top Online Courses From ProgrammingKnowledge
Python Programming Course Programming Course Shell Scripting Course Command Line Tutorials Programming Course Programming Course Programming Course Development Course Programming Course Programming Course Programming Course Course For Developers and DevOps Programming Tutorial Course Responsive Web Design Tutorial Tutorial Course C++ GUI Tutorial For Beginners Online Courses to learn
Get 2 FREE Months of Unlimited Classes from skillshare - https://skillshare.eqcm.net/r1KEj
Data Science - | Learning - |
Artificial Intelligence - | Stack E-Degree Program - | E-degree - | Analytics with R - | Certification Training - | in Java - | Learning With TensorFlow - | 8 - Complete Essential Guide - Android Development Masterclass - iOS Programming Building Advance Projects - Follow
My Website - http://www.codebind.com
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!