Horje
how to add numbers in linux command line shell Code Example
how to add numbers in linux command line shell
clear
echo Enter 1st number
read a
echo Enter 2nd number
read b
sum=$(( $a + $b ))
 
echo "Sum is: $sum"




Shell

Related
installing mailcatcher ubuntu Code Example installing mailcatcher ubuntu Code Example
gcloud set project Code Example gcloud set project Code Example
Does Ubuntu use deb or rpm? Code Example Does Ubuntu use deb or rpm? Code Example
download file using scp hostfile Code Example download file using scp hostfile Code Example
how to allow traffic on port 8080 in centos 7 Code Example how to allow traffic on port 8080 in centos 7 Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12