ryanstutorials.net/bash-scripting-tutorial/bash-arithmetic.php
2 Users
0 Comments
8 Highlights
0 Notes
Tags
Top Highlights
Expr
Double Parentheses
Let
let <arithmetic expression>
\*
prints the answer.
a=$(( 4 + 5 ))
b=$(( a + 3 ))
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.