Hi,
I am trying to display a variable's value in terminal of mac. But it is not happening.
This is the steps I do-
set var = 2
echo $var
This should display 2, but a empty line is shown.
I think I need to set some env variable.But i do not know the details. Please help.
I am trying to display a variable's value in terminal of mac. But it is not happening.
This is the steps I do-
set var = 2
echo $var
This should display 2, but a empty line is shown.
I think I need to set some env variable.But i do not know the details. Please help.