We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fef335 commit 1706605Copy full SHA for 1706605
Shell Scripting Tutorial/Functions/src/return_code.sh
@@ -8,4 +8,5 @@ echo "Enter two numbers"
8
read num1
9
read num2
10
function1 $num1 $num2
11
-echo "Multiplied value is $?"
+mul=$?
12
+echo "Multiplied value is $mul"
0 commit comments