shell variable not working$ code example
Example: shell script variables not working
#shell does not accept spaces so:
MYVAR = 12 #is NOT correct
MYVAR=12 #is correct
#shell does not accept spaces so:
MYVAR = 12 #is NOT correct
MYVAR=12 #is correct