SoundTheSurrender
Diamond Member
Why am I not allowed to capture the value in BASH?
I can't do this
variable1 = $?
but I am able to
echo $?
and I get a value.
any ideas?
I can't do this
variable1 = $?
but I am able to
echo $?
and I get a value.
any ideas?