Answers for "shell script variables not working"

0

shell script variables not working

#shell does not accept spaces so:
MYVAR = 12 #is NOT correct
MYVAR=12 #is correct
Posted by: Guest on November-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language