Answers for "bash expr example"

1

bash expr example

# One can use expr for basic arithmetic operations :

# Example - Addition:
$expr 12 + 8 

# Example - Multiplication (backslash needed):
$expr 12 \* 2
Posted by: Guest on March-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language