Arithmetic Operators | Shell Scripting Beginners Tutorial-34

preview_player
Показать описание
Arithmetic operators in shell scripting without using expr and let command.

+ addition
- subtraction
* multiplication
/ division
% modulo division (it gives remainder)

eg:-
5 % 2 = 1 (remainder)
5 / 2 = 2
Рекомендации по теме
Комментарии
Автор

Did you enjoy this arithmetic Operators Video Session.?

TechArkit
Автор

And how to do it ...by storing there value in add..etc

krishnakumardubey
Автор

isko kon se software pr run krna hota h ?

aanchalgupta
Автор

what is the difference between expr and $ sybmol? not clear

sunitabnsl
Автор

why there is not gap when solving expression with dollar?

sunitabnsl