Horje
add bash command Code Example
add bash command
a=`expr "$a" + "$num"`

a=$(($a+$num))

((a=a+num))

let a=a+num

((a+=num))




Shell

Related
list mounted drives linux Code Example list mounted drives linux Code Example
sum variables shell Code Example sum variables shell Code Example
how to switch php version on ubuntu Code Example how to switch php version on ubuntu Code Example
ufw allow port range Code Example ufw allow port range Code Example
how to uninstall neovim on linux Code Example how to uninstall neovim on linux Code Example

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