Bash Scripting - Quoting and Expansion
Which of the following is the correct syntax to add two variables
a and b using arithmetic expansion in bash?a and b using arithmetic expansion in bash?$((expression)) to evaluate math expressions.$((a + b)), which is the correct syntax to add variables a and b.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions