* ? [ ] ( ) $ ), since the shell tried to use them as
file wildcard expansion. A common example is
ants=*
which should have read
ants='*' or ants=\*
if ($?var == 0) then
echo "Variable 'var' does not exist"
else
echo "Variable 'var' has the value $var"
endif
echo "1.2*sqrt(3)" | bc -l
calc "1.2*sqrt(3)"