Answers for "bash sum variable"

1

bash sum variable

x = 2
y = 2

echo $((x + y))
Posted by: Guest on October-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language